Particles class abstract
The interface and code for the Particles layer itself we apply this to the Extension for easy access. It's also a singleton by design.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addLayer(
ParticleLayer< Particle> layer) → void - Add a layer
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeLayer(
ParticleLayer< Particle> layer) → void - Remove a layer
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited