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

    Interface EarthHealingEffect3DProps

    Props for EarthHealingEffect3D component

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

    Properties

    effects: readonly EarthHealingEffect[]

    Active earth healing effects to render

    enabled?: boolean

    Whether to enable earth healing effects

    isMobile?: boolean

    Mobile device mode (reduced particle count)

    onEffectComplete?: (effectId: string) => void

    Callback when effect completes