Get walk animation for a stance with laterality support.
Korean: 자세 걷기 애니메이션 가져오기
Returns the walk animation for the specified stance with optional laterality transformation applied.
Stance identifier with optional laterality
Default laterality if not specified (default: "right")
Walk animation or undefined if not found
const leftGeonWalk = getWalkAnimation("geon_left");const taeWalk = getWalkAnimation("tae"); // Defaults to right Copy
const leftGeonWalk = getWalkAnimation("geon_left");const taeWalk = getWalkAnimation("tae"); // Defaults to right
걷기애니메이션가져오기
Get walk animation for a stance with laterality support.
Korean: 자세 걷기 애니메이션 가져오기
Returns the walk animation for the specified stance with optional laterality transformation applied.