A structure that specifies descriptive names and modeller data. More...
Data Fields | |
A3DMiscSingleAttributeData * | m_asSingleAttributesData |
A3DBool | m_bTitleIsInt |
A3DUTF8Char * | m_pcTitle |
A3DUns32 | m_uiSize |
Detailed Description
A structure that specifies descriptive names and modeller data.
- Version
- 2.0
The A3DMiscAttributeData
structure specifies a descriptive name as a character string or integer. It can also reference an array of A3DMiscSingleAttributeData
structure, which specifies modeler data.
If m_bTitleIsInt
is A3DTrue
, m_pcTitle
will be parsed as an A3DUns32
.
Field Documentation
◆ m_bTitleIsInt
A3DBool A3DMiscAttributeData::m_bTitleIsInt |
A value of A3DTrue
indicates that m_pcTitle
member represents an integer.
◆ m_pcTitle
A3DUTF8Char* A3DMiscAttributeData::m_pcTitle |
Title as string.
◆ m_uiSize
A3DUns32 A3DMiscAttributeData::m_uiSize |
Size of m_asSingleAttributesData.
◆ m_asSingleAttributesData
A3DMiscSingleAttributeData* A3DMiscAttributeData::m_asSingleAttributesData |
Pointer to an array of single attribute structures.