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

    Interface HitEffects3DProps

    Props for the HitEffects3D component. Controls which effects are displayed and callbacks for effect lifecycle.

    interface HitEffects3DProps {
        arenaBounds?: { height: number; width: number; x: number; y: number };
        effects: HitEffect[];
        onEffectComplete?: (effectId: string) => void;
    }
    Index

    Properties

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

    Arena bounds for accurate coordinate conversion

    effects: HitEffect[]

    Array of active hit effects to render in the scene

    onEffectComplete?: (effectId: string) => void

    Callback invoked when an effect completes its duration