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