Class TuringCameraRig
- Namespace
- Turing.Core.StereoCore
- Assembly
- Turing.Core.dll
[ExecuteInEditMode]
[DefaultExecutionOrder(-990)]
public class TuringCameraRig : MonoBehaviour
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourTuringCameraRig
- Inherited Members
-
MonoBehaviour.IsInvoking()MonoBehaviour.CancelInvoke()MonoBehaviour.StopCoroutine(Coroutine)MonoBehaviour.StopAllCoroutines()MonoBehaviour.useGUILayoutMonoBehaviour.runInEditModeBehaviour.enabledBehaviour.isActiveAndEnabledComponent.GetComponent<T>()Component.TryGetComponent<T>(out T)Component.GetComponentInChildren<T>()Component.GetComponentsInChildren<T>()Component.GetComponentInParent<T>()Component.GetComponentsInParent<T>()Component.GetComponents<T>()Component.transformComponent.gameObjectComponent.tagObject.GetInstanceID()Object.GetHashCode()Object.Instantiate(Object, Vector3, Quaternion)Object.Instantiate(Object, Vector3, Quaternion, Transform)Object.Instantiate(Object)Object.Instantiate(Object, Transform)Object.Instantiate<T>(T)Object.Instantiate<T>(T, Vector3, Quaternion)Object.Instantiate<T>(T, Vector3, Quaternion, Transform)Object.Instantiate<T>(T, Transform)Object.Destroy(Object)Object.DestroyImmediate(Object)Object.DontDestroyOnLoad(Object)Object.DestroyObject(Object)Object.FindObjectsOfType<T>()Object.FindObjectsByType<T>(FindObjectsSortMode)Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)Object.FindObjectOfType<T>()Object.FindFirstObjectByType<T>()Object.FindAnyObjectByType<T>()Object.FindFirstObjectByType<T>(FindObjectsInactive)Object.FindAnyObjectByType<T>(FindObjectsInactive)Object.ToString()Object.nameObject.hideFlags
- Extension Methods
Fields
OnFrameChange
public Action OnFrameChange
Field Value
ScriptPriority
public const int ScriptPriority = -990
Field Value
ViewerScale
The scale of the user's current view. At a value of 1, one Unity world unit is equal to one meter.
[Range(0.1, 1000)]
[Tooltip("The scale of the user's current view. At a value of 1, one Unity world unit is equal to one meter.")]
public float ViewerScale
Field Value
frame
The viewing frame to attach the camera rig to. When attached, the camera rig's transform is controlled by the viewing frame and any attempts to directly modify it will be overridden.
[Tooltip("The viewing frame to attach the camera rig to. When attached, the camera rig's transform is controlled by the viewing frame and any attempts to directly modify it will be overridden.")]
public TuringFrame frame
Field Value
isFirstPerson
public bool isFirstPerson
Field Value
Properties
Frame
public TuringFrame Frame { get; set; }