Get guard pose for a stance with StanceWithSide support.
Korean: 자세 방어 포즈 가져오기 (측면 지원)
Convenience wrapper around getGuardPoseForStance() that accepts StanceWithSide strings directly.
getGuardPoseForStance()
StanceWithSide
Stance identifier with optional laterality
Default laterality if not specified (default: "right")
Guard pose or undefined if not found
const leftGeon = getGuardPoseForStanceWithSide("geon_left");const rightTae = getGuardPoseForStanceWithSide("tae_right");const gan = getGuardPoseForStanceWithSide("gan"); // Defaults to right Copy
const leftGeon = getGuardPoseForStanceWithSide("geon_left");const rightTae = getGuardPoseForStanceWithSide("tae_right");const gan = getGuardPoseForStanceWithSide("gan"); // Defaults to right
자세방어포즈가져오기
Get guard pose for a stance with StanceWithSide support.
Korean: 자세 방어 포즈 가져오기 (측면 지원)
Convenience wrapper around
getGuardPoseForStance()that acceptsStanceWithSidestrings directly.