Method AddAttributeImpl
AddAttributeImpl(Attribute)
Expert: Adds a custom Attribute instance with one or more IAttribute interfaces.
Please note: It is not guaranteed, that att
is added to
the AttributeSource, because the provided attributes may already exist.
You should always retrieve the wanted attributes using GetAttribute<T>() after adding
with this method and cast to your
Declaration
public void AddAttributeImpl(Attribute att)
Parameters
Type | Name | Description |
---|---|---|
Attribute | att |