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

    Interface HitEffects3DProps

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

    interface HitEffects3DProps {
        arenaBounds?: PhysicsArenaBounds;
        effects: HitEffect[];
        onEffectComplete?: (effectId: string) => void;
    }
    Index

    Properties

    arenaBounds?: PhysicsArenaBounds

    Arena bounds for accurate coordinate conversion (physics-first with meter dimensions)

    effects: HitEffect[]

    Array of active hit effects to render in the scene

    onEffectComplete?: (effectId: string) => void

    Callback invoked when an effect completes its duration