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

    Interface LocomotionConfig

    Configuration for locomotion animations 이동 애니메이션 설정

    interface LocomotionConfig {
        duration?: number;
        stance: TrigramStance;
        type: "idle" | "walk" | "run";
    }
    Index

    Properties

    Properties

    duration?: number
    type: "idle" | "walk" | "run"