docs.unity3d.com
Search Results for

    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
    Assembly: Unity.Entities.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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)