docs.unity.cn
    Show / Hide Table of Contents

    Method CheckForCatalogUpdates

    CheckForCatalogUpdates(Boolean)

    Checks all updatable content catalogs for a new version.

    Declaration
    public static AsyncOperationHandle<List<string>> CheckForCatalogUpdates(bool autoReleaseHandle = true)
    Parameters
    Type Name Description
    Boolean autoReleaseHandle

    If true, the handle will automatically be released when the operation completes.

    Returns
    Type Description
    AsyncOperationHandle<List<String>>

    The operation containing the list of catalog ids that have an available update. This can be used to filter which catalogs to update with the UpdateContent.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use