ParticleContact class

Constructors

ParticleContact(Particle particleA, Particle particleB)

Properties

flags int
The logical sum of the particle behaviors that have been set.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
normal Vector2
The normalized direction from A to B.
final
particleA Particle
The respective particles making contact.
getter/setter pair
particleB Particle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weight double
Weight of the contact. A value between 0.0f and 1.0f.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited