Get run animation for a stance with laterality support.
Korean: 자세 달리기 애니메이션 가져오기
Returns the run animation for the specified stance with optional laterality transformation applied.
Stance identifier with optional laterality
Default laterality if not specified (default: "right")
Run animation or undefined if not found
const leftSonRun = getRunAnimation("son_left");const ganRun = getRunAnimation("gan"); // Defaults to right Copy
const leftSonRun = getRunAnimation("son_left");const ganRun = getRunAnimation("gan"); // Defaults to right
달리기애니메이션가져오기
Get run animation for a stance with laterality support.
Korean: 자세 달리기 애니메이션 가져오기
Returns the run animation for the specified stance with optional laterality transformation applied.