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

    Interface ActionFeedbackProps

    Props for the ActionFeedback component

    interface ActionFeedbackProps {
        animationDuration?: number;
        arenaBounds?: { height: number; width: number; x: number; y: number };
        feedbacks: readonly ActionFeedback[];
        isMobile?: boolean;
    }
    Index

    Properties

    animationDuration?: number

    Duration of animation in ms (default: 1200)

    arenaBounds?: { height: number; width: number; x: number; y: number }

    Arena bounds for 3D positioning

    feedbacks: readonly ActionFeedback[]

    Array of action feedbacks to display

    isMobile?: boolean

    Whether to use mobile-optimized sizing