MaterialObject::GetAttributeList
Defined in:
Returns a pointer to the material's attribute list.
C4MaterialObjects.h
Prototype
List<Attribute> *GetAttributeList(void);
const List<Attribute> *GetAttributeList(void) const;
Description
The GetAttributeList
function returns a pointer to the attribute list belonging to a material object.
See Also