MaterialObject::AddAttribute
Defined in:  
Adds an attribute to a material.
C4MaterialObjects.hPrototype
void AddAttribute(Attribute *attribute);
Parameters
attribute | 
A pointer to the attribute to add. | 
Description
The AddAttribute function adds the attribute specified by the attribute parameter to a material object.
See Also
MaterialObject::GetAttributeList
