Method AddImportAddonInstance
AddImportAddonInstance<T>(T)
Adds an import add-on instance. To be called before any loading is initiated.
Declaration
public void AddImportAddonInstance<T>(T importInstance) where T : ImportAddonInstance
Parameters
Type | Name | Description |
---|---|---|
T | importInstance | The import instance to add. |
Type Parameters
Name | Description |
---|---|
T | Type of the import instance |