Struct UnsafeUntypedBlobAssetReference
An untyped reference to a blob assets. UnsafeUntypedBlobAssetReference can be cast to specific typed BlobAssetReferences.
Namespace: Unity.Entities.LowLevel.Unsafe
Assembly: solution.dll
Syntax
public struct UnsafeUntypedBlobAssetReference
Methods
| Name | Description |
|---|---|
| Create<T>(BlobAssetReference<T>) | Creates an unsafe untyped blob asset reference from a BlobAssetReference. |
| Dispose() | Disposes the UnsafeUntypedBlobAssetReference object. |
| Equals(UnsafeUntypedBlobAssetReference) | Two UnsafeUntypedBlobAssetReference are equal when they reference the same data. |
| Reinterpret<T>() | Returns a typed blob asset reference to the blob asset referenced by this instance. |