Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Function applyHandPoseToKeyframe

    • Apply hand pose to an AnimationKeyframe (direct mutation)

      Parameters

      • kf: AnimationKeyframe

        AnimationKeyframe to apply pose to

      • pose: HandPose

        Hand pose data from HAND_POSES

      • hand: HandSelection

        Which hand(s) to apply ("left" | "right" | "both")

      Returns void

      applyHandPoseToKeyframe(animKeyframe, HAND_POSES.GRAB, "both");
      

      AnimationKeyframe에손모양적용