Interface EmitterShapePlugin

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

Properties

loadJSON: (json: any, meta: JsonMetaData) => EmitterShape
params: ParameterPair[]
type: string