AnimatorCrossFade
Transit the state of Animator.
Properties
Property Name | Description |
---|---|
Animator | Animator of target |
Layer Name | Layer Name |
State Name | State Name |
In Fixed Time | Flag that uses Animator.CrossFadeInFixedTime(). If false, use CrossFade(). |
Transition Duration | Transition duration |
Time Offset | The start time of the current transition destination state. |
Check In Transition | Check if it is in transition to the specified state. If it is in transition, do not process CrossFade. |
Success Link | State transition when the Animator transition is completed. |
Failure Link | State transition when Animator transition fails. |