-
Notifications
You must be signed in to change notification settings - Fork 1
Gfx3Particles
jay19240 edited this page Dec 11, 2024
·
2 revisions
The 3D particles diffuser.
- inherit from: Gfx3Drawable
-
new Gfx3Particles(options: Partial): Gfx3Particles
- options: Various options for configuring the behavior of the particles cloud.
- delete(): void
- draw(): void
- getGroup02(): Gfx3StaticGroup
- getTexture()
-
setTexture(texture: Gfx3Texture): void
- texture: The texture.
-
update(ts: number): void
- ts: The timestep.