Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/caviar/src/entities/particle/ParticleSystem.ts>ParticleSystem

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
class ParticleSystem
extends Entity
import { ParticleSystem } from "https://deno.land/x/caviar@1.1.5/src/entities/particle/ParticleSystem.ts";

Constructors

new
ParticleSystem(
_scene: Scene,
settings: Settings,
_variant?: Particle,
)

Properties

particles: Array<Particle>