PxMetaDataEntry Struct Reference

Struct to store meta data definitions. More...

#include <PxMetaData.h>

Public Attributes

const char * type
 Field type (bool, byte, quaternion, etc) More...
 
const char * name
 Field name (appears exactly as in the source file) More...
 
PxU32 offset
 Offset from the start of the class (ie from "this", field is located at "this"+Offset) More...
 
PxU32 size
 sizeof(Type) More...
 
PxU32 count
 Number of items of type Type (0 for dynamic sizes) More...
 
PxU32 offsetSize
 Offset of dynamic size param, for dynamic arrays. More...
 
PxU32 flags
 Field parameters. More...
 
PxU32 alignment
 Explicit alignment. More...
 

Detailed Description

Struct to store meta data definitions.

Note: The individual fields have different meaning depending on the meta data entry configuration.

Member Data Documentation

◆ alignment

PxU32 PxMetaDataEntry::alignment

Explicit alignment.

◆ count

PxU32 PxMetaDataEntry::count

Number of items of type Type (0 for dynamic sizes)

◆ flags

PxU32 PxMetaDataEntry::flags

Field parameters.

◆ name

const char* PxMetaDataEntry::name

Field name (appears exactly as in the source file)

◆ offset

PxU32 PxMetaDataEntry::offset

Offset from the start of the class (ie from "this", field is located at "this"+Offset)

◆ offsetSize

PxU32 PxMetaDataEntry::offsetSize

Offset of dynamic size param, for dynamic arrays.

◆ size

PxU32 PxMetaDataEntry::size

sizeof(Type)

◆ type

const char* PxMetaDataEntry::type

Field type (bool, byte, quaternion, etc)


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