Method RemoveSchema
RemoveSchema(Type, bool)
Removes the AddressableAssetGroupSchema of the type from the template.
Declaration
public bool RemoveSchema(Type type, bool postEvent = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type of AddressableAssetGroupSchema to be removed. |
| bool | postEvent | If true, the event is propagated to callbacks. |
Returns
| Type | Description |
|---|---|
| bool | If true, the type was removed successfully. |