Click or drag to resize
BaseAnimator Properties

The BaseAnimator 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.
Public propertyEnabled
Is this component currently enabled.
(Inherited from BaseComponent.)
Public propertyName
Get / set the name of this component.
(Inherited from IComponent.)
Public propertyTimeAlive
For how long, in seconds, this animator was alive (including initial delay time).
Public propertyTimeAnimated
Return how long, in seconds, the animation actually works. This is just TimeAlive - DelayToStart.
Top
See Also