kick
|
Public Member Functions | |
CameraOrthographic (GameObject *gameObject) | |
float | near () const |
void | setNear (float near) |
float | far () const |
void | setFar (float far) |
float | left () const |
void | setLeft (float left) |
float | right () const |
void | setRight (float right) |
float | bottom () const |
void | setBottom (float bottom) |
float | top () const |
void | setTop (float top) |
void | set (float near, float far, float left, float right, float bottom, float top) |
virtual void | resetProjectionMatrix () override |
Definition at line 13 of file camera_orthographic.h.