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

    Interface AnimationUpdateResult

    Result of an animation update

    애니메이션업데이트결과

    interface AnimationUpdateResult {
        frame: number;
        justCompleted: boolean;
        justStarted: boolean;
        progress: number;
        state: AnimationState;
    }
    Index

    Properties

    frame: number

    Current frame index

    현재프레임

    justCompleted: boolean

    Whether animation just completed this frame

    완료여부

    justStarted: boolean

    Whether animation just started this frame

    시작여부

    progress: number

    Animation progress (0-1)

    진행률

    Current animation state

    현재상태