Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Controllers.CameraControlScheme Class Referenceabstract

Superclass of implementations which control the behavior of a camera. More...

Inheritance diagram for VerticesEngine.Controllers.CameraControlScheme:
VerticesEngine.Controllers.CharacterCameraControlScheme

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.
 

Detailed Description

Superclass of implementations which control the behavior of a camera.

Member Function Documentation

◆ Update()

virtual void VerticesEngine.Controllers.CameraControlScheme.Update ( float dt)
virtual

Updates the camera state according to the control scheme.

Parameters
dtTime elapsed since previous frame.

Reimplemented in VerticesEngine.Controllers.CharacterCameraControlScheme.


The documentation for this class was generated from the following file: