This version of Unity is unsupported.

AnimatorControllerPlayable.GetNextAnimatorClipInfo

Declaration

public AnimatorClipInfo[] GetNextAnimatorClipInfo(int layerIndex);

Parameters

layerIndex The layer index.

Returns

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

Description

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