![]() |
Murl Engine API
Version 2018.3
|
A single attribute information item. More...
#include <murl_attribute_info.h>
A single attribute information item.
Public Attributes | |
UInt32 | mId |
The attribute ID. More... | |
String | mName |
The attribute name. More... | |
SInt32 | mPropertyId |
The ID of the property this attribute refers to, or -1 if not used. More... | |
UInt32 | mComponents |
The bit mask of affected property components for multi-component types. More... | |
UInt32 | mAccess |
Access mode into the given components. More... | |
SInt32 | mElement |
The index of an individual element of a collection, or -1 for all elements. More... | |
UInt32 Murl::AttributeInfo::Item::mId |
The attribute ID.
String Murl::AttributeInfo::Item::mName |
The attribute name.
SInt32 Murl::AttributeInfo::Item::mPropertyId |
The ID of the property this attribute refers to, or -1 if not used.
UInt32 Murl::AttributeInfo::Item::mComponents |
The bit mask of affected property components for multi-component types.
UInt32 Murl::AttributeInfo::Item::mAccess |
Access mode into the given components.
SInt32 Murl::AttributeInfo::Item::mElement |
The index of an individual element of a collection, or -1 for all elements.