GetNextAnimatorClipInfo
Returns an array of all the AnimatorClipInfo in the next state of the given layer.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
GetNextAnimatorClipInfo(int, List<AnimatorClipInfo>)
Returns an array of all the AnimatorClipInfo in the next state of the given layer.
public void GetNextAnimatorClipInfo(int layerIndex, List<AnimatorClipInfo> clips)
Parameters
GetNextAnimatorClipInfo(int)
Returns an array of all the AnimatorClipInfo in the next state of the given layer.
public AnimatorClipInfo[] GetNextAnimatorClipInfo(int layerIndex)
Parameters
The layer index.
Returns
Type | Description |
|---|---|
| AnimatorClipInfo[] | An array of all the AnimatorClipInfo in the next state. |