babylon.quarks - v0.19.0
    Preparing search index...

    Interface ParticleSystemJSONParameters

    interface ParticleSystemJSONParameters {
        alphaTest?: number;
        autoDestroy: boolean;
        behaviors: any[];
        blending?: number;
        blendTiles?: boolean;
        depthTest?: boolean;
        depthWrite?: boolean;
        duration: number;
        emissionBursts?: BurstParametersJSON[];
        emissionOverDistance: FunctionJSON;
        emissionOverTime: FunctionJSON;
        instancingGeometry?: any;
        layers?: number;
        looping: boolean;
        material?: string;
        onlyUsedByOther: boolean;
        prewarm: boolean;
        rendererEmitterSettings: RendererEmitterSettings;
        renderMode: number;
        renderOrder?: number;
        shape: any;
        softFarFade?: number;
        softNearFade?: number;
        softParticles?: boolean;
        speedFactor?: number;
        startColor: FunctionJSON;
        startDelay?: FunctionJSON;
        startLife: FunctionJSON;
        startRotation: FunctionJSON;
        startSize: FunctionJSON;
        startSpeed: FunctionJSON;
        startTileIndex: number | FunctionJSON;
        texture?: string;
        transparent?: boolean;
        uTileCount: number;
        version: string;
        vTileCount: number;
        worldSpace: boolean;
    }
    Index

    Properties

    alphaTest?: number
    autoDestroy: boolean
    behaviors: any[]
    blending?: number
    blendTiles?: boolean
    depthTest?: boolean
    depthWrite?: boolean
    duration: number
    emissionBursts?: BurstParametersJSON[]
    emissionOverDistance: FunctionJSON
    emissionOverTime: FunctionJSON
    instancingGeometry?: any
    layers?: number
    looping: boolean
    material?: string
    onlyUsedByOther: boolean
    prewarm: boolean
    rendererEmitterSettings: RendererEmitterSettings
    renderMode: number
    renderOrder?: number
    shape: any
    softFarFade?: number
    softNearFade?: number
    softParticles?: boolean
    speedFactor?: number
    startColor: FunctionJSON
    startDelay?: FunctionJSON
    startLife: FunctionJSON
    startRotation: FunctionJSON
    startSize: FunctionJSON
    startSpeed: FunctionJSON
    startTileIndex: number | FunctionJSON
    texture?: string
    transparent?: boolean
    uTileCount: number
    version: string
    vTileCount: number
    worldSpace: boolean