StabilizationPlaneModifier handles the setting of the stabilization plane in several ways.
More...
|
| Transform | TargetOverride [get, set] |
| |
| bool | TrackVelocity [get, set] |
| |
| static T | Instance [get] |
| | Returns the Singleton instance of the classes type. If no instance is found, then we search for an instance in the scene. If more than one instance is found, we throw an error and no instance is returned. More...
|
| |
| static bool | IsInitialized [get] |
| | Returns whether the instance has been initialized or not. More...
|
| |
|
| static void | AssertIsInitialized () |
| |
| static bool | ConfirmInitialized () |
| | Awake and OnEnable safe way to check if a Singleton is initialized. More...
|
| |
| virtual void | Awake () |
| | Base Awake method that sets the Singleton's unique instance. Called by Unity when initializing a MonoBehaviour. Scripts that extend Singleton should be sure to call base.Awake() to ensure the static Instance reference is properly created. More...
|
| |
| virtual void | OnDestroy () |
| | Base OnDestroy method that destroys the Singleton's unique instance. Called by Unity when destroying a MonoBehaviour. Scripts that extend Singleton should be sure to call base.OnDestroy() to ensure the underlying static Instance reference is properly cleaned up. More...
|
| |
StabilizationPlaneModifier handles the setting of the stabilization plane in several ways.
Definition at line 20 of file StabilizationPlaneModifier.cs.
§ DefaultPlaneDistance
| float HoloToolkit.Unity.StabilizationPlaneModifier.DefaultPlaneDistance = 2.0f |
§ DrawGizmos
| bool HoloToolkit.Unity.StabilizationPlaneModifier.DrawGizmos |
§ LerpStabilizationPlanePowerCloser
| float HoloToolkit.Unity.StabilizationPlaneModifier.LerpStabilizationPlanePowerCloser = 4.0f |
§ LerpStabilizationPlanePowerFarther
| float HoloToolkit.Unity.StabilizationPlaneModifier.LerpStabilizationPlanePowerFarther = 7.0f |
§ SetStabilizationPlane
| bool HoloToolkit.Unity.StabilizationPlaneModifier.SetStabilizationPlane = true |
§ UseGazeManager
| bool HoloToolkit.Unity.StabilizationPlaneModifier.UseGazeManager = true |
§ UseUnscaledTime
| bool HoloToolkit.Unity.StabilizationPlaneModifier.UseUnscaledTime = true |
§ TargetOverride
| Transform HoloToolkit.Unity.StabilizationPlaneModifier.TargetOverride |
|
getset |
§ TrackVelocity
| bool HoloToolkit.Unity.StabilizationPlaneModifier.TrackVelocity |
|
getset |
The documentation for this class was generated from the following file: