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

    Interface ParticleCustomChannelModule

    Typed fixed value allocated as a custom particle attribute.

    interface ParticleCustomChannelModule {
        name: string;
        type: "custom-channel";
        value: number | ParticleVector2 | ParticleVector3 | ParticleVector4;
        valueType: "float" | "color" | "vec2" | "vec3" | "vec4";
    }
    Index
    name: string
    type: "custom-channel"
    valueType: "float" | "color" | "vec2" | "vec3" | "vec4"