docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryRemove

    TryRemove<T>(Hash128, bool)

    Obsolete. BlobAssetStore uses garbage collection and doesn't allow removing references anymore.

    Declaration
    [Obsolete("Obsolete. BlobAssetStore uses garbage collection and doesn't allow removing references anymore.")]
    public bool TryRemove<T>(Hash128 hash, bool releaseBlobAsset)
    Parameters
    Type Name Description
    Hash128 hash

    The key associated with the BlobAssetReference

    bool releaseBlobAsset

    If true the BlobAsset data will be released

    Returns
    Type Description
    bool

    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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)