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

    Interface DustClouds3DProps

    Props for DustClouds3D component

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

    Properties

    effects: readonly DustCloudEffect[]

    Active dust cloud effects to render

    enabled?: boolean

    Whether to enable dust effects

    isMobile?: boolean

    Mobile device mode (reduced particle count)

    onEffectComplete?: (effectId: string) => void

    Callback when effect completes