Skip to content

Gfx3Particles

jay19240 edited this page Dec 11, 2024 · 2 revisions

Gfx3Particles

The 3D particles diffuser.

  • inherit from: Gfx3Drawable

Constructors

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

Methods

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