docs.unity.cn
    Show / Hide Table of Contents

    Method NeedToComputeBlobAsset

    NeedToComputeBlobAsset(Hash128)

    During the conversion process, the user must call this method for each BlobAsset being processed, to determine if it requires to be computed

    Declaration
    public bool NeedToComputeBlobAsset(Hash128 hash)
    Parameters
    Type Name Description
    Hash128 hash

    The hash associated to the BlobAsset

    Returns
    Type Description
    Boolean

    true if the BlobAsset must be computed, false if it's already in the store or the computing queue

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