AreaSpreadDistribution
Available since LÖVE 0.9.0
This enum is not supported in earlier versions.
Types of particle area spread distribution.
Constants
- uniform
- Uniform distribution.
- normal
- Normal (gaussian) distribution.
- ellipse Available since 0.10.2
- Uniform distribution in an ellipse.
- borderellipse Available since 11.0
- Distribution in an ellipse with particles spawning at the edges of the ellipse.
- borderrectangle Available since 11.0
- Distribution in a rectangle with particles spawning at the edges of the rectangle.
- none
- No distribution - area spread is disabled.
See Also