Click or drag to resize
RotationAnimator Properties

The RotationAnimator type exposes the following members.

Properties
  NameDescription
Public property_GameObject
Get the game object this component is attached to.
(Inherited from BaseComponent.)
Public propertyBaseProperties
Animator basic properties.
(Inherited from BaseAnimator.)
Public propertyEnabled
Is this component currently enabled.
(Inherited from BaseComponent.)
Public propertyName
Get / set the name of this component.
(Inherited from IComponent.)
Public propertyRotationDirection
Rotation vector.
Public propertyRotationSpeed
Rotation speed.
Public propertyTimeAlive
For how long, in seconds, this animator was alive (including initial delay time).
(Inherited from BaseAnimator.)
Public propertyTimeAnimated
Return how long, in seconds, the animation actually works. This is just TimeAlive - DelayToStart.
(Inherited from BaseAnimator.)
Top
See Also