Version: 5.4
Experimental: this API is experimental and might be changed or removed in the future.

IAnimatorControllerPlayable.HasState

매뉴얼로 전환
public bool HasState (int layerIndex, int stateID);

파라미터

layerIndex The layer's index.
stateID The AnimatorState fullPathHash or shortNameHash.

설명

Returns true if the AnimatorState is present in the Animator's controller. For a state named State in sub state machine SubStateMachine of state machine StateMachine, the shortNameHash can be generated using Animator.StringToHash("State"), and the fullPathHash can be generated using Animator.StringToHash("StateMachine.SubStateMachine.State"). Typically, the name of the top level state machine is the name of the Layer.