Method GetImportAddonInstance
GetImportAddonInstance<T>()
Queries the import instance of a particular type.
Declaration
public T GetImportAddonInstance<T>() where T : ImportAddonInstance
Returns
Type | Description |
---|---|
T | The import instance that was previously added. False if there was none. |
Type Parameters
Name | Description |
---|---|
T | Type of the import instance |