Header menu logo Nu

Emitter Type

The base particle emitter type.

Instance members

Instance member Description

this.Alive

Full Usage: this.Alive

Parameters:
Returns: bool
Modifiers: abstract

Determine aliveness of emitter.

time : GameTime
Returns: bool

this.Resize

Full Usage: this.Resize

Parameters:
    particleMax : int

Returns: Emitter
Modifiers: abstract

Change the maximum number of allowable particles.

particleMax : int
Returns: Emitter

this.Run

Full Usage: this.Run

Parameters:
Returns: Output * Emitter
Modifiers: abstract

Run the emitter.

delta : GameTime
time : GameTime
Returns: Output * Emitter

this.ToParticlesDescriptor

Full Usage: this.ToParticlesDescriptor

Parameters:
Returns: ParticlesDescriptor
Modifiers: abstract

Convert the emitted particles to a ParticlesDescriptor.

time : GameTime
Returns: ParticlesDescriptor

Type something to start searching.