CPUParticles.EmissionShape

Values

ValueMeaning
emissionShapePoint0

All particles will be emitted from a single point.

emissionShapeSphere1

Particles will be emitted in the volume of a sphere.

emissionShapeBox2

Particles will be emitted in the volume of a box.

emissionShapePoints3

Particles will be emitted at a position chosen randomly among emissionPoints. Particle color will be modulated by emissionColors.

emissionShapeDirectedPoints4

Particles will be emitted at a position chosen randomly among emissionPoints. Particle velocity and rotation will be set based on emissionNormals. Particle color will be modulated by emissionColors.

emissionShapeMax5

Represents the size of the emissionshape enum.

Meta