Skip to content

Gfx2Particles

jay19240 edited this page Dec 11, 2024 · 2 revisions

Gfx2Particles

The particles diffuser.

  • inherit from: Gfx2Drawable

Constructors

  • new Gfx2Particles(options: Partial): Gfx2Particles
    • options: Various options for configuring the behavior of the particles cloud.

Methods

  • draw(): void
  • getTexture()
  • setTexture(texture): void
    • texture: The texture.
  • update(ts: number): void
    • ts: The timestep.
Clone this wiki locally