Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
Superclass of implementations which control the behavior of a camera. More...
Public Member Functions | |
virtual void | Update (float dt) |
Updates the camera state according to the control scheme. | |
Protected Member Functions | |
CameraControlScheme (vxCamera3D camera, vxEngine Engine) | |
Properties | |
vxEngine | Engine [get] |
Gets the game associated with the camera. | |
vxCamera3D | Camera [get] |
Gets the camera controlled by this control scheme. | |
Superclass of implementations which control the behavior of a camera.
|
virtual |
Updates the camera state according to the control scheme.
dt | Time elapsed since previous frame. |
Reimplemented in VerticesEngine.Controllers.CharacterCameraControlScheme.