Version: 2022.3
LanguageEnglish
  • C#

AnimatorStateInfo

struct in UnityEngine

/

Implemented in:UnityEngine.AnimationModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Information about the current or next state.

Properties

fullPathHashThe full path hash for this state.
lengthCurrent duration of the state.
loopIs the state looping.
normalizedTimeNormalized time of the State.
shortNameHashThe hash is generated using Animator.StringToHash. The hash does not include the name of the parent layer.
speedThe playback speed of the animation. 1 is the normal playback speed.
speedMultiplierThe speed multiplier for this state.
tagHashThe Tag of the State.

Public Methods

IsNameDoes name match the name of the active state in the statemachine?
IsTagDoes tag match the tag of the active state in the statemachine.