public class ContactManager extends java.lang.Object implements PairCallback
Modifier and Type | Field and Description |
---|---|
BroadPhase |
m_broadPhase |
int |
m_contactCount |
ContactFilter |
m_contactFilter |
Contact |
m_contactList |
ContactListener |
m_contactListener |
Constructor and Description |
---|
ContactManager(World argPool,
BroadPhaseStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
void |
addPair(java.lang.Object proxyUserDataA,
java.lang.Object proxyUserDataB)
Broad-phase callback.
|
void |
collide()
This is the top level collision call for the time step.
|
void |
destroy(Contact c) |
void |
findNewContacts() |
public BroadPhase m_broadPhase
public Contact m_contactList
public int m_contactCount
public ContactFilter m_contactFilter
public ContactListener m_contactListener
public ContactManager(World argPool, BroadPhaseStrategy strategy)
public void addPair(java.lang.Object proxyUserDataA, java.lang.Object proxyUserDataB)
addPair
in interface PairCallback
proxyUserDataA
- proxyUserDataB
- public void findNewContacts()
public void destroy(Contact c)
public void collide()
Copyright © 2017. All Rights Reserved.