Click or drag to resize

ContiniousRotate Class

Helper component the continuously rotates itself while it is enabled
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDK.ExamplesContiniousRotate

Namespace:  ImmerseSDK.Examples
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public class ContiniousRotate : UnityEngine.MonoBehaviour

The ContiniousRotate type exposes the following members.

Constructors
  NameDescription
Public methodContiniousRotate
Initializes a new instance of the ContiniousRotate class
Top
Fields
  NameDescription
Private field_completeTurnDuration
How long a complete turn takes
Private field_xAxis
Whether to rotate around the local X-axis
Private field_yAxis
Whether to rotate around the local Y-axis
Private field_zAxis
Whether to rotate around the local Z-axis
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also