Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimatorStateInfo

Information about the current or next state.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public struct AnimatorStateInfo

Properties

Property

Description

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.

Methods

Method

Description

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