Transform SPHCamera.GetCameraTransform |
( |
| ) |
|
|
inline |
float SPHCamera.getPitch |
( |
| ) |
|
|
inline |
Transform SPHCamera.GetPivot |
( |
| ) |
|
|
inline |
Quaternion SPHCamera.getReferenceFrame |
( |
| ) |
|
|
inline |
float SPHCamera.getYaw |
( |
| ) |
|
|
inline |
void SPHCamera.OnNavigatorHandoff |
( |
| ) |
|
|
inline |
bool SPHCamera.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.
System.Func<bool> SPHCamera.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 SPHCamera.PlaceCamera |
( |
Vector3 |
focusPoint, |
|
|
float |
dist |
|
) |
| |
|
inline |
void SPHCamera.ResetCamera |
( |
| ) |
|
|
inline |
void SPHCamera.SetCamCoordsFromPosition |
( |
Vector3 |
wPos | ) |
|
|
inline |
Set the camera's coordinates (camPitch, camHdg) from the given worldspace position
- Parameters
-
Implements IKSPCamera.
float SPHCamera.camHdg = 0f |
float SPHCamera.camInitialMinDistance = 5.0f |
float SPHCamera.camPitch = 0f |
float SPHCamera.initialHeading = -3.9f |
float SPHCamera.initialHeight = 5f |
float SPHCamera.initialPitch = 0.3f |
float SPHCamera.maxDisplaceX |
float SPHCamera.maxDisplaceZ |
float SPHCamera.maxDistance = 35f |
float SPHCamera.maxHeight = 50f |
float SPHCamera.maxPitch = 60f |
float SPHCamera.minDistance = 3f |
float SPHCamera.minHeight = 2f |
float SPHCamera.minPitch = -30f |
float SPHCamera.mouseZoomSensitivity = 0.1f |
float SPHCamera.offsetSensitivityAtMaxDist = 2.0f |
float SPHCamera.offsetSensitivityAtMinDist = 0.5f |
float SPHCamera.orbitSensitivity = 0.05f |
float SPHCamera.scrollHeight = 5f |
float SPHCamera.sharpness = 0.2f |
Cubemap SPHCamera.SPHReflection |
float SPHCamera.startDistance = 30f |
Vector3 SPHCamera.pivotPosition |
|
get |
Quaternion SPHCamera.pivotRotation |
|
get |
The documentation for this class was generated from the following file: