PxRepXObject#
Defined in include/extensions/PxRepXSimpleType.h
-
struct PxRepXObject#
Helper class containing the mapping of id to object, and type name.
- Deprecated:
Xml serialization is deprecated. An alternative serialization system is provided through USD Physics.
Public Functions
- inline PxRepXObject(
- const char *inTypeName = "",
- const void *inSerializable = NULL,
- const PxSerialObjectId inId = 0,
-
inline bool isValid() const#
Public Members
-
const char *typeName#
Identifies the extension meant to handle this object.
See also
PxTypeInfo, PX_DEFINE_TYPEINFO, PxRepXSerializer
-
const void *serializable#
Pointer to the serializable this was created from.
-
PxSerialObjectId id#
Id given to this object at some point.