docs.unity.cn
    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 : struct
    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.

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