GetNextAnimatorClipInfoCount(int)
Returns the number of AnimatorClipInfo in the next state.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
public int GetNextAnimatorClipInfoCount(int layerIndex)
Parameters
The layer index.
Returns
Type | Description |
|---|---|
| int | The number of AnimatorClipInfo in the next state. |