docs.unity.cn
    Show / Hide Table of Contents

    Method Contains

    Contains<T>(Hash128)

    Check if the Store contains a BlobAsset of a given type and hash

    Declaration
    public bool Contains<T>(Hash128 key)
    Parameters
    Type Name Description
    Hash128 key

    The hash associated with the BlobAsset

    Returns
    Type Description
    Boolean

    true if the Store contains the BlobAsset or false if it doesn't

    Type Parameters
    Name Description
    T

    The type of the BlobAsset

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