docs.unity.cn
    Show / Hide Table of Contents

    Method Remove

    Remove<T>(Hash128, Boolean)

    Remove a BlobAssetReference from the store

    Declaration
    public bool Remove<T>(Hash128 key, bool releaseBlobAsset)
    Parameters
    Type Name Description
    Hash128 key

    The key associated with the BlobAssetReference

    Boolean releaseBlobAsset

    If true the BlobAsset data will be released

    Returns
    Type Description
    Boolean

    True if the BLobAsset was removed from the store, false if it wasn't found

    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