BaseAnimator Properties |
The BaseAnimator type exposes the following members.
Name | Description | |
---|---|---|
_GameObject |
Get the game object this component is attached to.
(Inherited from BaseComponent.) | |
BaseProperties |
Animator basic properties.
| |
Enabled |
Is this component currently enabled.
(Inherited from BaseComponent.) | |
Name |
Get / set the name of this component.
(Inherited from IComponent.) | |
TimeAlive |
For how long, in seconds, this animator was alive (including initial delay time).
| |
TimeAnimated |
Return how long, in seconds, the animation actually works.
This is just TimeAlive - DelayToStart.
|