ParticleDistributions Class

Module: Lights

A map of supported distribution types used by ParticleEmitterControl instances.

These distribution types can be applied to an emitter globally, which will affect the position, velocity, and acceleration value calculations for an emitter, or they can be applied on a per-property basis.

Item Index

Attributes

Attributes

BOX

Number

Values will be distributed within a box.

DISC

Number

Values will be distributed on a 2d-disc shape.

SPHERE

Number

Values will be distributed on a sphere.