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

    Interface StanceGuardAnimationConfig

    Stance guard animation configuration

    Extends base AnimationConfig with stance-specific guard pose data. Includes 4-6 frame breathing animation for realistic idle behavior.

    자세방어애니메이션설정

    interface StanceGuardAnimationConfig {
        breathingFrames: number;
        englishName: string;
        fps: number;
        guardPose: StanceGuardPose;
        koreanName: string;
        loop: boolean;
        priority: number;
        stance: string;
    }
    Index

    Properties

    breathingFrames: number

    Breathing animation frames (4-6 frames)

    호흡프레임

    englishName: string

    English name of stance

    영어이름

    fps: number

    Target frames per second (60fps)

    초당프레임

    guardPose: StanceGuardPose

    Guard pose keyframe (default position)

    방어포즈

    koreanName: string

    Korean name of stance

    한글이름

    loop: boolean

    Breathing cycle loop enabled

    반복여부

    priority: number

    Animation priority (0 for idle guards)

    우선순위

    stance: string

    Trigram stance identifier