Check if an animation state is a ground position state
Korean: 지면 자세 상태인지 확인
Determines if the given animation state is one of the ground position breathing loops.
Animation state to check
True if state is a ground position animation
if (isGroundState(AnimationState.GROUND_PRONE)) { // Handle ground position logic} Copy
if (isGroundState(AnimationState.GROUND_PRONE)) { // Handle ground position logic}
지면상태확인
Check if an animation state is a ground position state
Korean: 지면 자세 상태인지 확인
Determines if the given animation state is one of the ground position breathing loops.