Torque2D Reference
Public Member Functions | Public Attributes | List of all members
b2ContactManager Class 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
 
b2Contactm_contactList
 
int32 m_contactCount
 
b2ContactFilterm_contactFilter
 
b2ContactListenerm_contactListener
 
b2BlockAllocatorm_allocator
 

Constructor & Destructor Documentation

Member Function Documentation

void AddPair ( void *  proxyUserDataA,
void *  proxyUserDataB 
)
void Collide ( )
void Destroy ( b2Contact c)
void FindNewContacts ( )

Member Data Documentation

b2BlockAllocator* m_allocator
b2BroadPhase m_broadPhase
int32 m_contactCount
b2ContactFilter* m_contactFilter
b2Contact* m_contactList
b2ContactListener* m_contactListener

The documentation for this class was generated from the following files: