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

    Interface TechniqueHandPose

    Hand pose configuration for attack techniques

    Maps attack technique names to appropriate hand poses.

    공격기술손자세

    interface TechniqueHandPose {
        leftHandPose: HandPoseType;
        rightHandPose: HandPoseType;
        techniqueName: string;
        transitionDuration: number;
    }
    Index

    Properties

    leftHandPose: HandPoseType

    Hand pose for left hand

    왼손자세

    rightHandPose: HandPoseType

    Hand pose for right hand

    오른손자세

    techniqueName: string

    Technique name (e.g., "jab", "cross", "knife_hand_strike")

    기술이름

    transitionDuration: number

    Transition duration in seconds

    전환시간