Version: 2020.1
言語: 日本語
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.