ContactManager class

Delegate of World.

Implemented types

Constructors

ContactManager(BroadPhase broadPhase)

Properties

broadPhase BroadPhase
getter/setter pair
contactFilter ContactFilter?
getter/setter pair
contactListener ContactListener?
getter/setter pair
contacts List<Contact>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPair(covariant FixtureProxy proxyUserDataA, covariant FixtureProxy proxyUserDataB) → void
Broad-phase callback.
override
collide() → void
This is the top level collision call for the time step. Here all the narrow phase collision is processed for the world contact list.
destroy(Contact c) → void
findNewContacts() → void
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