Property | Type | Description | |
---|---|---|---|
ProjectionMatrix | Matrix | ||
ViewMatrix | Matrix |
Method | Description | |
---|---|---|
CameraManager ( ) : System | ||
RotateX ( float amount ) : void | ||
RotateY ( float amount ) : void | ||
SetLookAtPoint ( Vector3 lookAtPoint ) : void | ||
SetPosition ( Vector3 position ) : void | ||
StrafeX ( float amount ) : void | ||
StrafeY ( float amount ) : void | ||
StrafeZ ( float amount ) : void | ||
Update ( ) : void |
public SetLookAtPoint ( Vector3 lookAtPoint ) : void | ||
lookAtPoint | Vector3 | |
return | void |
public SetPosition ( Vector3 position ) : void | ||
position | Vector3 | |
return | void |