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
Specifies which properties are dynamic.
An array of particles to add to the container.
Indicates if pixels should be rounded.
The shader to use for rendering.
The texture to use for rendering - if not provided the texture of the first child is used.