Check if an animation state is a recovery animation state
Korean: 회복 애니메이션 상태인지 확인
Determines if the given animation state is one of the recovery/getup animations.
Animation state to check
True if state is a recovery animation
if (isRecoveryState(AnimationState.RECOVERY_ROLL)) { // Handle recovery animation logic} Copy
if (isRecoveryState(AnimationState.RECOVERY_ROLL)) { // Handle recovery animation logic}
회복상태확인
Check if an animation state is a recovery animation state
Korean: 회복 애니메이션 상태인지 확인
Determines if the given animation state is one of the recovery/getup animations.