Method Reinterpret
Reinterpret<T>()
Returns a typed blob asset reference to the blob asset referenced by this instance.
Declaration
public BlobAssetReference<T> Reinterpret<T>() where T : unmanaged
Returns
| Type | Description | 
|---|---|
| BlobAssetReference<T> | A blob asset reference of the reinterpreted type.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | The reinterpreted type.  |