orx
1.14
Portable Game Engine
|
#include <orxPhysics.h>
Data Fields | |
struct __orxBODY_PART_t * | pstRecipientPart |
struct __orxBODY_PART_t * | pstSenderPart |
orxVECTOR | vNormal |
orxVECTOR | vPosition |
Event payload
Definition at line 293 of file orxPhysics.h.
struct __orxBODY_PART_t* orxPHYSICS_EVENT_PAYLOAD::pstRecipientPart |
Recipient part : 32
Definition at line 298 of file orxPhysics.h.
struct __orxBODY_PART_t* orxPHYSICS_EVENT_PAYLOAD::pstSenderPart |
Sender part : 28
Definition at line 297 of file orxPhysics.h.
orxVECTOR orxPHYSICS_EVENT_PAYLOAD::vNormal |
Contact normal : 24
Definition at line 296 of file orxPhysics.h.
orxVECTOR orxPHYSICS_EVENT_PAYLOAD::vPosition |
Contact position : 12
Definition at line 295 of file orxPhysics.h.