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

    Interface EarthCrackEffect3DProps

    Props for EarthCrackEffect3D component

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

    Properties

    effects: readonly EarthCrackEffect[]

    Active earth crack effects to render

    enabled?: boolean

    Whether to enable earth crack effects

    isMobile?: boolean

    Mobile device mode (reduced crack count)

    onEffectComplete?: (effectId: string) => void

    Callback when effect completes