| Transform SpaceCenterCamera2.GetCameraTransform |
( |
| ) |
|
|
inline |
| float SpaceCenterCamera2.getPitch |
( |
| ) |
|
|
inline |
| Transform SpaceCenterCamera2.GetPivot |
( |
| ) |
|
|
inline |
| Quaternion SpaceCenterCamera2.getReferenceFrame |
( |
| ) |
|
|
inline |
| float SpaceCenterCamera2.getYaw |
( |
| ) |
|
|
inline |
| float SpaceCenterCamera2.GetZoom |
( |
| ) |
|
|
inline |
| void SpaceCenterCamera2.OnNavigatorHandoff |
( |
| ) |
|
|
inline |
| bool SpaceCenterCamera2.OnNavigatorRequestControl |
( |
| ) |
|
|
inline |
Called before the device takes control of camera input. Return true to allow the device to have control, or false to deny it.
- Returns
Implements IKSPCamera.
| Func<bool> SpaceCenterCamera2.OnNavigatorTakeOver |
( |
Callback |
RequestControl | ) |
|
|
inline |
Called when the device is about to take control of camera input. Return a method to be used to check whether the camera should receive control again. Also if necessary to get control back immediately, you can call the provided callback parameter.
- Returns
Implements IKSPCamera.
| void SpaceCenterCamera2.ResetCamera |
( |
| ) |
|
|
inline |
| void SpaceCenterCamera2.SetCamCoordsFromPosition |
( |
Vector3 |
wPos | ) |
|
|
inline |
Set the camera's coordinates (camPitch, camHdg) from the given worldspace position
- Parameters
-
Implements IKSPCamera.
| void SpaceCenterCamera2.SwitchMode |
( |
| ) |
|
|
inline |
| float SpaceCenterCamera2.altitudeInitial = 10f |
| float SpaceCenterCamera2.elevationInitial = 45f |
| float SpaceCenterCamera2.elevationMax = 85f |
| float SpaceCenterCamera2.elevationMin = 0f |
| float SpaceCenterCamera2.elevationSpeed = 90f |
| string SpaceCenterCamera2.initialPositionTransformName |
| KeyCode SpaceCenterCamera2.keyModeSwitch = KeyCode.Space |
| KeyCode SpaceCenterCamera2.keyReset = KeyCode.Backspace |
| CameraMode SpaceCenterCamera2.mode = CameraMode.Overview |
| float SpaceCenterCamera2.mouseSpeed = 90f |
| float SpaceCenterCamera2.movementRadius = 1000f |
| string SpaceCenterCamera2.pqsName |
| float SpaceCenterCamera2.rotateSpeed = 90f |
| float SpaceCenterCamera2.rotationInitial = 90f |
| bool SpaceCenterCamera2.useAlphaNumKeysFactor = true |
| float SpaceCenterCamera2.zoomInitial = 45f |
| float SpaceCenterCamera2.zoomMax = 1000f |
| float SpaceCenterCamera2.zoomMin = 0f |
| float SpaceCenterCamera2.zoomSpeed = 90f |
The documentation for this class was generated from the following file: