PxRepXObject Struct Reference

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...
 

Detailed Description

Helper class containing the mapping of id to object, and type name.

Constructor & Destructor Documentation

◆ PxRepXObject()

PxRepXObject::PxRepXObject ( const char *  inTypeName = "",
const void *  inSerializable = NULL,
const PxSerialObjectId  inId = 0 
)
inline

Member Function Documentation

◆ isValid()

bool PxRepXObject::isValid ( ) const
inline

Member Data Documentation

◆ id

PxSerialObjectId PxRepXObject::id

Id given to this object at some point.

◆ serializable

const void* PxRepXObject::serializable

Pointer to the serializable this was created from.

◆ typeName

const char* PxRepXObject::typeName

Identifies the extension meant to handle this object.

See also
PxTypeInfo, PX_DEFINE_TYPEINFO, PxRepXSerializer

The documentation for this struct was generated from the following file: