struct ParticleSizeSettings

Structure used for initializing a ParticleSize object.

Public

Fields

Size

FloatDistribution Size

Determines the uniform size of the particles evaluated over particle lifetime.

Only used if 3D size is disabled.

Size3D

Vector3Distribution Size3D

Determines the non-uniform size of the particles evaluated over particle lifetime.

Only used if 3D size is enabled.

Use3DSize

bool Use3DSize

Determines should the size be evaluated uniformly for all dimensions, or evaluate each dimension with its own distribution.