docs.unity.cn
    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 Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use