GetNextAnimatorStateInfo(int)
Returns an AnimatorStateInfo with the information on the next state.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- 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. |