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.  |