ConeEmitter

external class ConeEmitter(angle: Double? = definedExternally)(source)

A ParticleEmitter that emits particles within a cone. Particles will be positioned at the tip of the cone and have initial velocities going towards the base.

Parameters

angle

The angle of the cone in radians. Default value - Math.toRadians(30.0)

See also

Constructors

Link copied to clipboard
constructor(angle: Double? = definedExternally)