Property | Type | Description | |
---|---|---|---|
mCamera | |||
mGoingBack | bool | ||
mGoingDown | bool | ||
mGoingForward | bool | ||
mGoingLeft | bool | ||
mGoingRight | bool | ||
mGoingUp | bool | ||
mName | string | ||
mOrbiting | bool | ||
mStyle | CameraStyle | ||
mTarget | |||
mVelocity | Axiom.Math.Vector3 | ||
mZooming | bool |
Method | Description | |
---|---|---|
SdkCameraManager ( |
||
SetYawPitchDist ( Radian yaw, Radian pitch, Real dist ) : void |
Sets the spatial offset from the target. Only applies for orbit style.
|
|
frameRenderingQueued ( |
||
getStyle ( ) : CameraStyle | ||
injectKeyDown ( SharpInputSystem evt ) : void | ||
injectKeyUp ( SharpInputSystem evt ) : void | ||
injectMouseDown ( SharpInputSystem evt, SharpInputSystem id ) : void | ||
injectMouseMove ( SharpInputSystem evt ) : void | ||
injectMouseUp ( SharpInputSystem evt, SharpInputSystem id ) : void | ||
manualStop ( ) : void | ||
setStyle ( CameraStyle style ) : void |
public SdkCameraManager ( |
||
cam | ||
return | Axiom.Core |
public SetYawPitchDist ( Radian yaw, Radian pitch, Real dist ) : void | ||
yaw | Radian | |
pitch | Radian | |
dist | Real | |
return | void |
public frameRenderingQueued ( |
||
evt | ||
return | bool |
public injectKeyDown ( SharpInputSystem evt ) : void | ||
evt | SharpInputSystem | |
return | void |
public injectKeyUp ( SharpInputSystem evt ) : void | ||
evt | SharpInputSystem | |
return | void |
public injectMouseDown ( SharpInputSystem evt, SharpInputSystem id ) : void | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
return | void |
public injectMouseMove ( SharpInputSystem evt ) : void | ||
evt | SharpInputSystem | |
return | void |
public injectMouseUp ( SharpInputSystem evt, SharpInputSystem id ) : void | ||
evt | SharpInputSystem | |
id | SharpInputSystem | |
return | void |