Version: 2020.1
言語: 日本語
public AnimatorClipInfo[] GetNextAnimatorClipInfo (int layerIndex);

パラメーター

layerIndex The layer index.

戻り値

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

説明

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


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

パラメーター

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

説明

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