Method Create
Create<T>(BlobAssetReference<T>)
Creates an unsafe untyped blob asset reference from a BlobAssetReference.
Declaration
public static UnsafeUntypedBlobAssetReference Create<T>(BlobAssetReference<T> blob) where T : unmanaged
Parameters
| Type | Name | Description |
|---|---|---|
| BlobAssetReference<T> | blob | Reference to the blob asset that will be referenced by the new UnsafeUntypedBlobAssetReference. |
Returns
| Type | Description |
|---|---|
| UnsafeUntypedBlobAssetReference | An unsafe untyped blob asset reference to the blob asset. |
Type Parameters
| Name | Description |
|---|---|
| T | The unsafe type. |