Version: 2018.2
public AnimatorClipInfo[] GetNextAnimatorClipInfo (int layerIndex);

パラメーター

layerIndexThe 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);

パラメーター

layerIndexThe layer index.
clipsThe list of AnimatorClipInfo to fill.

説明

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