CircleEmitter

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

A ParticleEmitter that emits particles from a circle. Particles will be positioned within a circle and have initial velocities going along the z vector.

See also

Constructors

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

Properties

Link copied to clipboard

The angle of the cone in radians.

Link copied to clipboard

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