Serializers
Classes
PxRepXSerializer: Serializer interface for RepX (Xml) serialization.
Macros
PX_DELETE_REPX_SERIALIZER: Preprocessor Macro to simplify RepX serializer delete.
PX_NEW_REPX_SERIALIZER: Preprocessor macro for RepX serializer creation.
Functions
PxCreateRepXObject(const TDataType *inType): Inline helper template function to create PxRepXObject form TDataType type using inType pointer as a PxSerialObjectId id.
PxCreateRepXObject(const TDataType *inType, const physx::PxSerialObjectId inId): Inline helper template function to create PxRepXObject from TDataType type supporting PxTypeInfo<TDataType>::name.
PxCreateRepXObject(const physx::PxBase *inType, const physx::PxSerialObjectId inId): Inline helper function to create PxRepXObject from a PxBase instance.
Functions
-
template<typename TDataType>
inline physx::PxRepXObject PxCreateRepXObject(const TDataType *inType) Inline helper template function to create PxRepXObject form TDataType type using inType pointer as a PxSerialObjectId id.
- Deprecated:
Xml serialization is deprecated. An alternative serialization system is provided through USD Physics.
-
template<typename TDataType>
inline physx::PxRepXObject PxCreateRepXObject(const TDataType *inType, const physx::PxSerialObjectId inId) Inline helper template function to create PxRepXObject from TDataType type supporting PxTypeInfo<TDataType>::name.
- Deprecated:
Xml serialization is deprecated. An alternative serialization system is provided through USD Physics.
-
inline physx::PxRepXObject PxCreateRepXObject(const physx::PxBase *inType, const physx::PxSerialObjectId inId)
Inline helper function to create PxRepXObject from a PxBase instance.
- Deprecated:
Xml serialization is deprecated. An alternative serialization system is provided through USD Physics.