Island class

This is an internal class.

Constructors

Island()

Properties

bodies List<BodyMeta>
final
hashCode int
The hash code for this object.
no setterinherited
listener ContactListener?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBody(Body body) → void
addContact(Contact contact) → void
addJoint(Joint joint) → void
clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportVelocityConstraints() → void
solve(Profile profile, TimeStep step, Vector2 gravity, {required bool allowSleep}) → void
solveTOI(TimeStep subStep, int toiIndexA, int toiIndexB) → void
toString() String
A string representation of this object.
inherited

Operators

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