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

    Interface WindParticles3DProps

    Props for WindParticles3D component

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

    Properties

    effects: readonly WindEffect[]

    Active wind effects to render

    enabled?: boolean

    Whether to enable wind effects

    isMobile?: boolean

    Mobile device mode (reduced particle count)

    onEffectComplete?: (effectId: string) => void

    Callback when effect completes