My Project
|
The camera class for making the scrollable camera. More...
Public Member Functions | |
Camera () | |
Properties | |
Vector2 | Position [get, set] |
Matrix | TransformMatrix [get] |
The camera class for making the scrollable camera.
|
inline |
Constructor for the camera. Initial location is at 0,0.
|
getset |
Sets and gets the camera position.
|
get |
Returns the transformation matrix that specifies the camera position. This is the heart of the camera that enables camera movement.