Version: 2022.2
언어: 한국어

Animator.GetNextAnimatorClipInfo

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