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

    Interface ParticleGradientKey

    One linear-RGBA gradient key in normalized authoring time.

    interface ParticleGradientKey {
        color: ParticleVector4;
        time: number;
    }
    Index
    time: number