This reference page is linked to from the following overview topics: Particle Flow SDK Extensions.
Classes |
|
class | IPFOperatorPhysXWorld |
Defines |
|
#define | PFOPERATORPHYSXWORLD_INTERFACE Interface_ID(0x160CC7AE, 0xDB564182) |
#define | GetPFOperatorPhysXWorldInterface(obj) ((IPFOperatorPhysXWorld*)((GetPFObject(obj))->GetInterface(PFOPERATORPHYSXWORLD_INTERFACE))) |
Functions |
|
PFExport Object * | GetPFObject (Object *obj) |
IPFOperatorPhysXWorld * | PFOperatorPhysXWorldInterface (Object *obj) |
IPFOperatorPhysXWorld * | PFOperatorPhysXWorldInterface (INode *node) |
#define PFOPERATORPHYSXWORLD_INTERFACE Interface_ID(0x160CC7AE, 0xDB564182) |
#define GetPFOperatorPhysXWorldInterface | ( | obj | ) | ((IPFOperatorPhysXWorld*)((GetPFObject(obj))->GetInterface(PFOPERATORPHYSXWORLD_INTERFACE))) |
IPFOperatorPhysXWorld* PFOperatorPhysXWorldInterface | ( | Object * | obj | ) | [inline] |
{ return ((obj == NULL) ? NULL : GetPFOperatorPhysXWorldInterface(obj)); };
IPFOperatorPhysXWorld* PFOperatorPhysXWorldInterface | ( | INode * | node | ) | [inline] |
{ return ((node == NULL) ? NULL : GetPFOperatorPhysXWorldInterface(node->GetObjectRef())); };