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

    Function applyHandPoseToConfig

    • Apply hand pose to a KeyframeConfig (builder pattern)

      Parameters

      • kf: KeyframeConfig

        KeyframeConfig to apply pose to

      • pose: HandPose

        Hand pose data from HAND_POSES

      • hand: HandSelection

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

      Returns void

      applyHandPoseToConfig(kf, HAND_POSES.FIST, "right");
      

      KeyframeConfig에손모양적용