Interface ParticlePlugin

interface ParticlePlugin {
    emitterShapes: EmitterShapeParticlePlugin[];
    id: string;
    initialize: (() => void);
    simulations: SimulationParticlePlugin[];
}

Properties

id: string
initialize: (() => void)

Type declaration

    • (): void
    • Returns void