Method Contains
Contains<T>(Hash128)
Check if the Store contains a BlobAsset of a given type and hash
Declaration
public bool Contains<T>(Hash128 key)Parameters
| Type | Name | Description | 
|---|---|---|
| Hash128 | key | The hash associated with the BlobAsset | 
Returns
| Type | Description | 
|---|---|
| bool | True if the Store contains the BlobAsset or false if it doesn't | 
Type Parameters
| Name | Description | 
|---|---|
| T | The type of the BlobAsset |