SphereEmitter

external class SphereEmitter(var radius: Double = definedExternally)(source)

A ParticleEmitter that emits particles within a sphere. Particles will be positioned randomly within the sphere and have initial velocities emanating from the center of the sphere.

See also

Constructors

Link copied to clipboard
constructor(radius: Double = definedExternally)

Properties

Link copied to clipboard

The radius of the sphere in meters. Default value - 1.0