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

    Interface ArterialSpray3DProps

    Props for ArterialSpray3D component

    interface ArterialSpray3DProps {
        effects: readonly ArterialSprayEffect[];
        enabled?: boolean;
        isMobile?: boolean;
        onEffectComplete?: (effectId: string) => void;
    }
    Index

    Properties

    effects: readonly ArterialSprayEffect[]

    Active arterial spray effects to render

    enabled?: boolean

    Whether to enable arterial blood effects

    isMobile?: boolean

    Mobile device mode (reduced particle count)

    onEffectComplete?: (effectId: string) => void

    Callback when effect completes