Stance identifier with optional laterality
Default laterality if not specified (default: "right")
Complete animation collection for the stance
// With StanceWithSide
const leftGeon = getAnimationsForStance("geon_left");
// leftGeon.attacks are all left-handed versions
// With TrigramStance (defaults to right)
const geon = getAnimationsForStance("geon");
// geon.attacks are right-handed versions
// With explicit laterality
const tae = getAnimationsForStance("tae", "left");
// tae.attacks are left-handed versions
Get all animations for a stance with laterality support.
Korean: 자세 애니메이션 가져오기
Returns a complete collection of animations for the specified stance, including guard pose, attacks, defensive moves, and locomotion.
Accepts either:
StanceWithSide(e.g., "geon_left", "tae_right") - 16 configurationsTrigramStance(e.g., "geon", "tae") - defaults to right lateralityPerformance: