Interface ParticleChildOptions

ParticleChildOptions

interface ParticleChildOptions {
    angle: number;
    life: number;
    speed: number;
}

Properties

Properties

angle: number

The angle of the particle (in radians)

life: number

The life of the particle (in milliseconds)

speed: number

The speed of the particle (in pixels per tick)

Generated using TypeDoc