Property | Type | Description | |
---|---|---|---|
ActiveContacts | HashSet |
||
broadPhase | IBroadPhase | ||
contactList | List |
||
onBeginContact | BeginContactDelegate | ||
onBroadphaseCollision | BroadphaseDelegate | ||
onContactFilter | CollisionFilterDelegate | ||
onEndContact | EndContactDelegate | ||
onPostSolve | PostSolveDelegate | ||
onPreSolve | PreSolveDelegate |
Method | Description | |
---|---|---|
addPair ( |
||
shouldCollide ( |
Method | Description | |
---|---|---|
ContactManager ( IBroadPhase broadPhase ) : System.Collections.Generic | ||
RemoveActiveContact ( |
||
collide ( ) : void | ||
destroy ( |
||
findNewContacts ( ) : void | ||
updateContacts ( |
public addPair ( |
||
proxyA | ||
proxyB | ||
return | void |
public static shouldCollide ( |
||
fixtureA | ||
fixtureB | ||
return | bool |
public BeginContactDelegate onBeginContact | ||
return | BeginContactDelegate |
public BroadphaseDelegate onBroadphaseCollision | ||
return | BroadphaseDelegate |
public CollisionFilterDelegate onContactFilter | ||
return | CollisionFilterDelegate |