Emitter class
Constructors
Properties
- clusterSize → int
-
The number of particles that will emit in a single 'cluster'.
final
- delay → Duration
-
The time between emissions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- recycles → bool
-
Define whether or not the emitter will re-use particles that exit the boundary,
creating an infinite loop from the emitter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPosition → Offset
-
Emission position.
final
- startPositionRadius → double
-
Maximum distance from startPosition which a particle may spawn.
final
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited