Method AddGroupTemplateObject
AddGroupTemplateObject(IGroupTemplate, bool)
Adds a AddressableAssetsGroupTemplate object.
Declaration
public bool AddGroupTemplateObject(IGroupTemplate templateObject, bool postEvent = true)
Parameters
| Type | Name | Description | 
|---|---|---|
| IGroupTemplate | templateObject | The AddressableAssetGroupTemplate object to add.  | 
    
| bool | postEvent | Indicates if an even should be posted to the Addressables event system for this change.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the initialization object was added.  |