Method Remove
Remove<T>(Hash128, Boolean)
Remove a BlobAssetReference from the store
Declaration
public bool Remove<T>(Hash128 key, bool releaseBlobAsset)
Parameters
| Type | Name | Description |
|---|---|---|
| Hash128 | key | The key associated with the BlobAssetReference |
| Boolean | releaseBlobAsset | If true the BlobAsset data will be released |
Returns
| Type | Description |
|---|---|
| Boolean | True if the BLobAsset was removed from the store, false if it wasn't found |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the BlobAsset |