Interface SimulationParticlePlugin

interface SimulationParticlePlugin {
    constructor: Constructable<Simulation>;
    loadJSON: ((json, particleSystem) => Simulation);
    params: ParameterPair[];
    type: string;
}

Properties

loadJSON: ((json, particleSystem) => Simulation)

Type declaration

params: ParameterPair[]
type: string