Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCurrentAnimatorStateInfo(int)

Returns an AnimatorStateInfo with the information on the current state.
Read time 1 minuteLast updated 8 days ago

Definition

public AnimatorStateInfo GetCurrentAnimatorStateInfo(int layerIndex)

Parameters

layerIndex

The layer index.

Returns

Type

Description

AnimatorStateInfoAn AnimatorStateInfo with the information on the current state.

Remarks

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.