Version: 2017.3

AnimatorStateInfo

struct in UnityEngine

매뉴얼로 전환

설명

Information about the current or next state.

변수

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 string to pass doest not include the parent layer's name.
speedThe playback speed of the animation. 1 is the normal playback speed.
speedMultiplierThe speed multiplier for this state.
tagHashThe Tag of the State.

Public 함수

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