Method ClearContentUpdateNotifications
ClearContentUpdateNotifications(List<AddressableAssetGroup>)
Clears content update notifications from teh groups window
Declaration
protected override void ClearContentUpdateNotifications(List<AddressableAssetGroup> groups)
Parameters
| Type | Name | Description |
|---|---|---|
| List<AddressableAssetGroup> | groups | A list of groups that were built |
Overrides
Remarks
Do not dispatch through SchemaDrivenBuildScriptInstance from overrides in a way that re-enters this method; use base or InvokeBaseClearContentUpdateNotifications(List<AddressableAssetGroup>).