Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface ParticleStatelessModuleMetadata

    Asset-level stateless diagnostic retained by the compiled particle plan.

    interface ParticleStatelessModuleMetadata {
        moduleIndex: number;
        moduleType:
            | "drag"
            | "velocity-over-lifetime"
            | "force-over-lifetime"
            | "gravity"
            | "wind"
            | "limit-velocity"
            | "inherit-emitter-velocity"
            | "noise"
            | "alpha-over-lifetime"
            | "size-over-lifetime"
            | "rotation-over-lifetime"
            | "frame-over-lifetime"
            | "color-over-lifetime"
            | "size-by-speed"
            | "rotation-by-speed"
            | "color-by-speed"
            | "texture-sheet"
            | "radial-force"
            | "orbital-force"
            | "vortex-force"
            | "point-attraction"
            | "line-attraction"
            | "rotate-around-point"
            | "conform-sphere"
            | "lifetime-by-emitter-speed"
            | "kill-speed"
            | "kill-distance"
            | "kill-plane"
            | "kill-box"
            | "kill-sphere"
            | "camera-offset"
            | "camera-fade"
            | "screen-space-size"
            | "custom-channel"
            | "vector-field"
            | "collision"
            | "trigger"
            | "scene-depth-collision"
            | "sub-emitter"
            | "rate-over-distance";
        reason: string;
        support: ParticleStatelessSupport;
    }
    Index
    moduleIndex: number
    moduleType:
        | "drag"
        | "velocity-over-lifetime"
        | "force-over-lifetime"
        | "gravity"
        | "wind"
        | "limit-velocity"
        | "inherit-emitter-velocity"
        | "noise"
        | "alpha-over-lifetime"
        | "size-over-lifetime"
        | "rotation-over-lifetime"
        | "frame-over-lifetime"
        | "color-over-lifetime"
        | "size-by-speed"
        | "rotation-by-speed"
        | "color-by-speed"
        | "texture-sheet"
        | "radial-force"
        | "orbital-force"
        | "vortex-force"
        | "point-attraction"
        | "line-attraction"
        | "rotate-around-point"
        | "conform-sphere"
        | "lifetime-by-emitter-speed"
        | "kill-speed"
        | "kill-distance"
        | "kill-plane"
        | "kill-box"
        | "kill-sphere"
        | "camera-offset"
        | "camera-fade"
        | "screen-space-size"
        | "custom-channel"
        | "vector-field"
        | "collision"
        | "trigger"
        | "scene-depth-collision"
        | "sub-emitter"
        | "rate-over-distance"
    reason: string