Helper class containing the mapping of id to object, and type name. More...
#include <PxRepXSimpleType.h>
Public Member Functions | |
PxRepXObject (const char *inTypeName="", const void *inSerializable=NULL, const PxSerialObjectId inId=0) | |
bool | isValid () const |
Public Attributes | |
const char * | typeName |
Identifies the extension meant to handle this object. More... | |
const void * | serializable |
Pointer to the serializable this was created from. More... | |
PxSerialObjectId | id |
Id given to this object at some point. More... | |
Helper class containing the mapping of id to object, and type name.
|
inline |
|
inline |
PxSerialObjectId PxRepXObject::id |
Id given to this object at some point.
const void* PxRepXObject::serializable |
Pointer to the serializable this was created from.
const char* PxRepXObject::typeName |
Identifies the extension meant to handle this object.