GetNextAnimatorStateInfo(int)
Returns an AnimatorStateInfo with the information on the next state.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public AnimatorStateInfo GetNextAnimatorStateInfo(int layerIndex)
Parameters
The layer index.
Returns
Type | Description |
|---|---|
| AnimatorStateInfo | An AnimatorStateInfo with the information on the next state. |