docs.unity.cn
    Show / Hide Table of Contents

    Method CreateGroupOperation

    CreateGroupOperation<T>(IList<IResourceLocation>)

    Create a group operation for a set of locations.

    Declaration
    public AsyncOperationHandle<IList<AsyncOperationHandle>> CreateGroupOperation<T>(IList<IResourceLocation> locations)
    Parameters
    Type Name Description
    IList<IResourceLocation> locations

    The list of locations to load.

    Returns
    Type Description
    AsyncOperationHandle<IList<AsyncOperationHandle>>

    The operation for the entire group.

    Type Parameters
    Name Description
    T

    The expected object type for the operations.

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