docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateGenericGroupOperation

    CreateGenericGroupOperation(List<AsyncOperationHandle>, bool)

    Create a group operation for a set of AsyncOperationHandles

    Declaration
    public AsyncOperationHandle<IList<AsyncOperationHandle>> CreateGenericGroupOperation(List<AsyncOperationHandle> operations, bool releasedCachedOpOnComplete = false)
    Parameters
    Type Name Description
    List<AsyncOperationHandle> operations

    The list of operations that need to complete.

    bool releasedCachedOpOnComplete

    Determine if the cached operation should be released or not.

    Returns
    Type Description
    AsyncOperationHandle<IList<AsyncOperationHandle>>

    The operation for the entire group

    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)