Applies a Korean martial arts guard position to a keyframe configuration.
Can apply to one hand (for techniques where one hand strikes) or both hands.
Usage:
constkf = newKeyframeConfig(0.0); applyGuardPositionToConfig(kf, MIDDLE_GUARD, "both"); // Both hands in guard applyGuardPositionToConfig(kf, MIDDLE_GUARD, "left"); // Only left hand guards
Apply guard position to KeyframeConfig
Applies a Korean martial arts guard position to a keyframe configuration. Can apply to one hand (for techniques where one hand strikes) or both hands.
Usage: