Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
max
Represents the size of the EmissionShape
enum.
case max
Other cases
case point
All particles will be emitted from a single point.
case sphere
Particles will be emitted in the volume of a sphere.
case sphereSurface
Particles will be emitted on the surface of a sphere.
case box
Particles will be emitted in the volume of a box.
case points
Particles will be emitted at a position chosen randomly among
emissionPoints
. Particle color will be modulated byemissionColors
.case directedPoints
Particles will be emitted at a position chosen randomly among
emissionPoints
. Particle velocity and rotation will be set based onemissionNormals
. Particle color will be modulated byemissionColors
.case ring
Particles will be emitted in a ring or cylinder.