ARWorldPositioningCameraHelper
↳ extends UnityEngine.MonoBehaviour
ARWorldPositioningCameraHelper provides information relating to the world position of a camera and implements 'Heads Down Mode' to improve user comfort during extended gameplay.
Declaration
public class ARWorldPositioningCameraHelper : MonoBehaviourProperties
| Name | Type | Summary |
|---|---|---|
| Altitude | double | - |
| CameraMode | CameraControlMode | - |
| Forward | Vector3 | - |
| Latitude | double | - |
| Longitude | double | - |
| RotationCameraRUFToWorldEUN | Quaternion | - |
| TrueHeading | float | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Awake | void | - |
| OnDisable | void | - |
| ToggleHeadsDownMode | void | - |