Interface: ParticleProperties

ParticleProperties

Represents the properties of a particle that can be dynamically updated.

Properties:
Name Type Attributes Description
color boolean <optional>

Indicates if color is dynamic.

position boolean <optional>

Indicates if position is dynamic.

rotation boolean <optional>

Indicates if rotation is dynamic.

uvs boolean <optional>

Indicates if UVs are dynamic.

vertices boolean <optional>

Indicates if vertices are dynamic.

Members

color boolean

Indicates if color is dynamic.

position boolean

Indicates if position is dynamic.

rotation boolean

Indicates if rotation is dynamic.

uvs boolean

Indicates if UVs are dynamic.

vertices boolean

Indicates if vertices are dynamic.