Method RemoveSchema
RemoveSchema(Type, Boolean)
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. |
Boolean | postEvent | If true, the event is propagated to callbacks. |
Returns
Type | Description |
---|---|
Boolean | If true, the type was removed successfully. |