Interface EmitterShapeParticlePlugin

interface EmitterShapeParticlePlugin {
    constructor: Constructable<EmitterShape>;
    loadJSON: ((json, meta) => EmitterShape);
    params: ParameterPair[];
    type: string;
}

Properties

loadJSON: ((json, meta) => EmitterShape)

Type declaration

params: ParameterPair[]
type: string