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

    Interface EmitterShapePlugin

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

    Properties

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