ParticlesManager
class ParticlesManager {
id: string;
play(): this;
pause(): this;
resume(): this;
stop(): this;
setPosition(position: Vector3Array | Vector3): this;
setOptions(options: ParticlesOptions): void;
destroy(): void;
}
class ParticlesManager {
id: string;
play(): this;
pause(): this;
resume(): this;
stop(): this;
setPosition(position: Vector3Array | Vector3): this;
setOptions(options: ParticlesOptions): void;
destroy(): void;
}