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

    Interface DustCloudEffect

    Dust cloud effect data

    interface DustCloudEffect {
        id: string;
        intensity: number;
        position: [number, number, number];
        startTime: number;
        type: "block" | "impact" | "slide" | "footfall" | "throw_impact";
    }
    Index

    Properties

    id: string

    Unique identifier

    intensity: number

    Intensity of dust (0.0 to 1.0) - affects particle count and spread

    position: [number, number, number]

    Origin position in 3D world space

    startTime: number

    Timestamp when effect was created

    type: "block" | "impact" | "slide" | "footfall" | "throw_impact"

    Type of dust event