Check if an animation state is a footwork pattern state
Korean: 보법 패턴 상태인지 확인
Determines if the given animation state is one of the specialized Korean martial arts footwork patterns.
Animation state to check
True if state is a footwork pattern animation
if (isFootworkState(AnimationState.FOOTWORK_CIRCULAR_LEFT)) { // Handle footwork pattern logic} Copy
if (isFootworkState(AnimationState.FOOTWORK_CIRCULAR_LEFT)) { // Handle footwork pattern logic}
보법상태확인
Check if an animation state is a footwork pattern state
Korean: 보법 패턴 상태인지 확인
Determines if the given animation state is one of the specialized Korean martial arts footwork patterns.