Method RemoveGroupTemplateObject
RemoveGroupTemplateObject(int, bool)
Remove the AddressableAssetGroupTemplate object at the specified index.
Declaration
public bool RemoveGroupTemplateObject(int index, bool postEvent = true)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index to remove. |
| bool | postEvent | Indicates if an event should be posted to the Addressables event system for this change. |
Returns
| Type | Description |
|---|---|
| bool | True if the initialization object was removed. |