Torque2D Reference
|
#include <b2ContactManager.h>
Public Member Functions | |
b2ContactManager () | |
void | AddPair (void *proxyUserDataA, void *proxyUserDataB) |
void | FindNewContacts () |
void | Destroy (b2Contact *c) |
void | Collide () |
Public Attributes | |
b2BroadPhase | m_broadPhase |
b2Contact * | m_contactList |
int32 | m_contactCount |
b2ContactFilter * | m_contactFilter |
b2ContactListener * | m_contactListener |
b2BlockAllocator * | m_allocator |
b2ContactManager | ( | ) |
void AddPair | ( | void * | proxyUserDataA, |
void * | proxyUserDataB | ||
) |
void Collide | ( | ) |
void Destroy | ( | b2Contact * | c | ) |
void FindNewContacts | ( | ) |
b2BlockAllocator* m_allocator |
b2BroadPhase m_broadPhase |
int32 m_contactCount |
b2ContactFilter* m_contactFilter |
b2Contact* m_contactList |
b2ContactListener* m_contactListener |