docs.unity3d.com
    Show / Hide Table of Contents

    Method CreateGenericGroupOperation

    CreateGenericGroupOperation(List<AsyncOperationHandle>, Boolean)

    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.

    Boolean releasedCachedOpOnComplete

    Determine if the cached operation should be released or not.

    Returns
    Type Description
    AsyncOperationHandle<IList<AsyncOperationHandle>>

    The operation for the entire group

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023