docs.unity.cn
    Show / Hide Table of Contents

    Method GetBlobAsset

    GetBlobAsset(Hash128, out BlobAssetReference<TB>)

    Get the blob asset for the corresponding hash

    Declaration
    public bool GetBlobAsset(Hash128 hash, out BlobAssetReference<TB> blob)
    Parameters
    Type Name Description
    Hash128 hash

    The hash associated with the BlobAsset

    BlobAssetReference<TB> blob

    The BlobAsset corresponding to the given Hash

    Returns
    Type Description
    Boolean

    true if the blob asset was found, false otherwise

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use