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 | Start time of the current destination state. | 
| Check In Transition | Check if it is in transition to the specified state. If it is in transition, do not process CrossFade. | 
| Wait Transition | Whether to wait for the transition to complete. If you don't wait, return immediately. When transitioning to another state during the transition, it ends at that point. | 
| Check Result | Determine if the transition was successful. If false, it always returns success. |