Get attack animations for a stance with laterality support.
Korean: 자세 공격 애니메이션 가져오기
Returns all attack animations (3 per stance) with optional laterality transformation applied.
Stance identifier with optional laterality
Default laterality if not specified (default: "right")
Array of attack animations (3 per stance)
const leftGeonAttacks = getAttackAnimations("geon_left");// Returns 3 left-handed Heaven stance attacksconst taeAttacks = getAttackAnimations("tae");// Returns 3 right-handed Lake stance attacks (default) Copy
const leftGeonAttacks = getAttackAnimations("geon_left");// Returns 3 left-handed Heaven stance attacksconst taeAttacks = getAttackAnimations("tae");// Returns 3 right-handed Lake stance attacks (default)
공격애니메이션가져오기
Get attack animations for a stance with laterality support.
Korean: 자세 공격 애니메이션 가져오기
Returns all attack animations (3 per stance) with optional laterality transformation applied.