Animator.GetNextAnimatorClipInfo

매뉴얼로 전환
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.