Version: 2021.3
언어: 한국어

AnimatorControllerPlayable.GetCurrentAnimatorStateInfo

매뉴얼로 전환
public AnimatorStateInfo GetCurrentAnimatorStateInfo (int layerIndex);

파라미터

layerIndex The layer index.

반환

AnimatorStateInfo An AnimatorStateInfo with the information on the current state.

설명

Returns an AnimatorStateInfo with the information on the current state.

Fetches the data from the current state in the AnimatorController. Use this to get details from the state, including accessing the state’s speed, length, name and other variables. For gathering information from the clips that the states hold, see AnimatorControllerPlayable.GetCurrentAnimatorClipInfo.