Check if an animation state is a step movement state
Korean: 발걸음 이동 상태인지 확인
Determines if the given animation state is one of the tactical step movement animations.
Animation state to check
True if state is a step movement animation
if (isStepState(AnimationState.STEP_FORWARD)) { // Handle step movement logic} Copy
if (isStepState(AnimationState.STEP_FORWARD)) { // Handle step movement logic}
발걸음상태확인
Check if an animation state is a step movement state
Korean: 발걸음 이동 상태인지 확인
Determines if the given animation state is one of the tactical step movement animations.