#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. | |
| const void * | serializable |
| Pointer to the serializable this was created from. | |
| PxSerialObjectId | id |
| Id given to this object at some point. | |
| PxRepXObject::PxRepXObject | ( | const char * | inTypeName = "", |
|
| const void * | inSerializable = NULL, |
|||
| const PxSerialObjectId | inId = 0 | |||
| ) | [inline] |
| bool PxRepXObject::isValid | ( | ) | const [inline] |
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.