| BaseAnimatorProperties Properties |
The BaseAnimatorProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| DelayToStart |
Optional delay, in seconds, before this animator kicks in.
| |
| DestroyObjectOnFinish |
If true, will also destroy parent GameObject when time to live runs out.
| |
| FilterTargetsByName |
If this animator operates on components (in oppose to Scene Node), filter which components to operate on by name.
| |
| Intervals |
Animation intervals (creates visible animation steps).
| |
| SpeedFactor |
Animator speed factor.
| |
| TimeToLive |
Optional timer until this animator is destroyed.
|