docs.unity.cn
    Show / Hide Table of Contents

    Struct UnsafeUntypedBlobAssetReference

    An untyped reference to a blob assets. UnsafeUntypedBlobAssetReference can be cast to specific typed BlobAssetReferences.

    Namespace: Unity.Entities.LowLevel.Unsafe
    Syntax
    public struct UnsafeUntypedBlobAssetReference : IDisposable, IEquatable<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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023