Namespace Unity.Entities.LowLevel.Unsafe
Structs
UnsafeUntypedBlobAssetReference
An untyped reference to a blob assets. UnsafeUntypedBlobAssetReference can be cast to specific typed BlobAssetReferences.
UnsafeUntypedBufferAccessor
Allow untyped access to buffers data in a chunk. The use of untyped accessor is in general not recommended and should be exploited only in very specific use case scenario.