Method ClearSchemas
ClearSchemas(bool, bool)
Removes all schemas and optionally deletes the assets associated with them.
Declaration
public void ClearSchemas(bool deleteAssets, bool postEvent = true)
Parameters
Type | Name | Description |
---|---|---|
bool | deleteAssets | If true, the schema assets will also be deleted. |
bool | postEvent | Determines if this method call will post an event to the internal addressables event system |