Interface: ParticleContainerOptions

ParticleContainerOptions

Options for the ParticleContainer constructor.

Properties:
Name Type Description
dynamicProperties Record<string, boolean>

Specifies which properties are dynamic.

particles Array<IParticle>

An array of particles to add to the container.

roundPixels boolean

Indicates if pixels should be rounded.

shader Shader

The shader to use for rendering.

texture Texture

The texture to use for rendering - if not provided the texture of the first child is used.

Extends

  • ContainerOptions

Members

dynamicProperties Record<string, boolean>

Specifies which properties are dynamic.

particles Array<IParticle>

An array of particles to add to the container.

roundPixels boolean

Indicates if pixels should be rounded.

shader Shader

The shader to use for rendering.

texture Texture

The texture to use for rendering - if not provided the texture of the first child is used.