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

    Interface HeadMovementKeyframes

    Head movement animation keyframes

    Sequence of Euler rotations for head movement animations.

    머리움직임키프레임

    interface HeadMovementKeyframes {
        frameDuration: number;
        loop: boolean;
        rotations: readonly Euler[];
        totalDuration: number;
        type: HeadMovementType;
    }
    Index

    Properties

    frameDuration: number

    Duration of each keyframe in seconds

    loop: boolean

    Whether animation loops

    rotations: readonly Euler[]

    Sequence of rotation keyframes

    totalDuration: number

    Total animation duration in seconds

    Movement type identifier