AnimatorStateInfo

struct in UnityEngine

Cambiar al Manual

Descripción

Information about the current or next state.

Variables

fullPathHashThe full path hash for this state.
lengthDuración actual del estado.
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.

Funciones Públicas

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