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

Particles()

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

Static Properties

instance Particles
We are going to get the interface for the particles data here.
no setter