Particle class abstract
- Implementers
Constructors
Properties
- area → Size
-
final
- basePosition → Vector2
-
final
- baseRadius → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- position ↔ Vector2
-
getter/setter pair
- radius ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- velocity ↔ Vector2
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArray(
) → dynamic -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → dynamic -
updateSize(
double radius, double time) → dynamic - reduce the blob size according to time ratio
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited