Method | Description | |
---|---|---|
OnBeforeWorldSave ( ) : void |
Method | Description | |
---|---|---|
OnAttach ( ) : void | ||
OnControlAttach ( EControl control ) : void | ||
OnControlDetach ( EControl control ) : void | ||
OnDetach ( ) : void | ||
OnFreeCameraIsAllowToMove ( ) : bool | ||
OnGetCameraTransform ( Vec3 &position, Vec3 &forward, Vec3 &up, Degree &cameraFov ) : void | ||
OnGetSoundListenerTransform ( Vec3 &position, Vec3 &velocity, Vec3 &forward, Vec3 &up ) : void | ||
OnKeyDown ( KeyEvent e ) : bool | ||
OnMouseDown ( EMouseButtons button ) : bool | ||
OnMouseMove ( ) : bool | ||
OnMouseUp ( EMouseButtons button ) : bool | ||
OnRender ( ) : void | ||
OnTick ( float delta ) : void |
protected OnControlAttach ( EControl control ) : void | ||
control | EControl | |
return | void |
protected OnControlDetach ( EControl control ) : void | ||
control | EControl | |
return | void |
protected OnFreeCameraIsAllowToMove ( ) : bool | ||
return | bool |
protected abstract OnGetCameraTransform ( Vec3 &position, Vec3 &forward, Vec3 &up, Degree &cameraFov ) : void | ||
position | Vec3 | |
forward | Vec3 | |
up | Vec3 | |
cameraFov | Degree | |
return | void |
protected OnGetSoundListenerTransform ( Vec3 &position, Vec3 &velocity, Vec3 &forward, Vec3 &up ) : void | ||
position | Vec3 | |
velocity | Vec3 | |
forward | Vec3 | |
up | Vec3 | |
return | void |
protected OnMouseDown ( EMouseButtons button ) : bool | ||
button | EMouseButtons | |
return | bool |
protected OnMouseUp ( EMouseButtons button ) : bool | ||
button | EMouseButtons | |
return | bool |