Method RemoveAddon
| Improve this Doc View SourceRemoveAddon(AddonBag, Object)
Removes addon from AddonBag by key.
Declaration
public static void RemoveAddon(this AddonBag addonBag, object key)
Parameters
Type | Name | Description |
---|---|---|
AddonBag | addonBag | The AddonBag. |
System.Object | key | The addon key. |
Exceptions
Type | Condition |
---|---|
System.NullReferenceException |
|