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

    Interface TrainingAICharacter3DProps

    Props for TrainingAICharacter3D

    interface TrainingAICharacter3DProps {
        attackAnimationType?: AnimationType;
        healthPercent?: number;
        isAttacking?: boolean;
        position: [number, number, number];
        stance: TrigramStance;
    }
    Index

    Properties

    attackAnimationType?: AnimationType

    Animation type for current attack (used for forward movement)

    healthPercent?: number

    Health percentage (0-1)

    isAttacking?: boolean

    Whether AI is currently attacking

    position: [number, number, number]

    Position in 3D space

    Current trigram stance