Version: 2017.3

Animator.GetNextAnimatorClipInfo

Cambiar al Manual
public AnimatorClipInfo[] GetNextAnimatorClipInfo (int layerIndex);

Parámetros

layerIndex The layer index.

Valor de retorno

AnimatorClipInfo[] An array of all the AnimatorClipInfo in the next state.

Descripción

Returns an array of all the AnimatorClipInfo in the next state of the given layer.


public void GetNextAnimatorClipInfo (int layerIndex, List<AnimatorClipInfo> clips);

Parámetros

layerIndex The layer index.
clips The list of AnimatorClipInfo to fill.

Descripción

Fills clips with the list of all the AnimatorClipInfo in the next state of the given layer.