Method RemoveSchemaTemplate
RemoveSchemaTemplate(int, bool)
Remove the schema at the specified index.
Declaration
[Obsolete("GroupSchemaTemplates are deprecated, use GroupTemplateObjects")]
public bool RemoveSchemaTemplate(int index, bool postEvent = true)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | index | The index to remove at.  | 
    
| bool | postEvent | Indicates if an even should be posted to the Addressables event system for this change.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the schema was removed.  |