docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Create

    Create<T>(BlobAssetReference<T>)

    Creates an unsafe untyped blob asset reference from a BlobAssetReference.

    Declaration
    public static UnsafeUntypedBlobAssetReference Create<T>(BlobAssetReference<T> blob) where T : unmanaged
    Parameters
    Type Name Description
    BlobAssetReference<T> blob

    Reference to the blob asset that will be referenced by the new UnsafeUntypedBlobAssetReference.

    Returns
    Type Description
    UnsafeUntypedBlobAssetReference

    An unsafe untyped blob asset reference to the blob asset.

    Type Parameters
    Name Description
    T

    The unsafe type.

    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)