ParticleGroup class
Constructors
- ParticleGroup(ParticleSystem _system)
Properties
- angle → double
-
no setter
- angularVelocity → double
-
no setter
- center ↔ Vector2
-
getter/setter pair
- destroyAutomatically ↔ bool
-
getter/setter pair
- groupFlags ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inertia ↔ double
-
getter/setter pair
- linearVelocity → Vector2
-
no setter
- mass ↔ double
-
getter/setter pair
-
particles
→ List<
Particle> -
final
- position → Vector2
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strength ↔ double
-
getter/setter pair
- toBeDestroyed ↔ bool
-
getter/setter pair
- toBeSplit ↔ bool
-
getter/setter pair
- transform → Transform
-
final
- userData ↔ Object?
-
getter/setter pair
Methods
-
add(
Particle particle) → void -
contains(
Particle particle) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateStatistics(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited