|
CommonLibSSE NG
|
#include <hkpCollisionEvent.h>
Public Types | |
| enum class | CallbackSource { kSourceA = 0 , kSourceB = 1 , kSourceWorld } |
Public Member Functions | |
| hkpCollisionEvent (CallbackSource a_source, hkpRigidBody *a_bodyA, hkpRigidBody *a_bodyB, hkpSimpleConstraintContactMgr *a_mgr) | |
Public Attributes | |
| CallbackSource | source |
| hkpRigidBody * | bodies [2] |
| hkpSimpleConstraintContactMgr * | contactMgr |
|
strong |
|
inline |
| hkpRigidBody* RE::hkpCollisionEvent::bodies[2] |
| hkpSimpleConstraintContactMgr* RE::hkpCollisionEvent::contactMgr |
| CallbackSource RE::hkpCollisionEvent::source |