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

    Function applyKickPhaseToConfig

    • Apply basic kick phase to a KeyframeConfig with anatomy integration Handles common kick phase bones: hip, knee, supportKnee, pelvis, ankle Now includes automatic foot highlighting for kick visualization

      Parameters

      • kf: KeyframeConfig

        KeyframeConfig to apply phase to

      • phase: BasicKickPhase

        Basic kick phase data (CHAMBER, EXTENSION, HIGH_PEAK)

      • options: {
            highlightKickingFoot?: boolean;
            includeAnkle?: boolean;
            includePelvis?: boolean;
            resetFoot?: boolean;
            side?: KickSide;
        } = {}

        Configuration including anatomy options

      Returns void

      // Apply kick with automatic foot highlight
      applyKickPhaseToConfig(kf, KICK_PHASES.EXTENSION, {
      highlightKickingFoot: true
      });

      KeyframeConfig에발차기단계적용