Method RemoveAssetEntry
RemoveAssetEntry(AddressableAssetEntry, bool)
Remove an entry.
Declaration
public void RemoveAssetEntry(AddressableAssetEntry entry, bool postEvent = true)
Parameters
| Type | Name | Description | 
|---|---|---|
| AddressableAssetEntry | entry | The entry to remove.  | 
    
| bool | postEvent | If true, post the event to callbacks.  |