+#include <PxRepXSimpleType.h>
+
+

Public Member Functions | |
| PxRepXInstantiationArgs (PxPhysics &inPhysics, PxCooking *inCooking=NULL, PxStringTable *inStringTable=NULL) | |
| PxRepXInstantiationArgs & | operator= (const PxRepXInstantiationArgs &) |
Public Attributes | |
| PxPhysics & | physics |
| PxCooking * | cooker |
| PxStringTable * | stringTable |
+Extra arguments can be added to the object map under special ids.
+
+| PxRepXInstantiationArgs::PxRepXInstantiationArgs | +( | +PxPhysics & | +inPhysics, | +|
| + | + | PxCooking * | + inCooking = NULL, |
+ |
| + | + | PxStringTable * | + inStringTable = NULL | + |
| + | ) | + [inline] |
+
+ +
+
| PxRepXInstantiationArgs& PxRepXInstantiationArgs::operator= | +( | +const PxRepXInstantiationArgs & | ++ | ) | ++ |
+ +
+
| PxCooking* PxRepXInstantiationArgs::cooker | +
+ +
| PxPhysics& PxRepXInstantiationArgs::physics | +
+ +
| PxStringTable* PxRepXInstantiationArgs::stringTable | +
+ +
+