Method CreateGroupOperation
CreateGroupOperation<T>(IList<IResourceLocation>)
Create a group operation for a set of locations.
선언
public AsyncOperationHandle<IList<AsyncOperationHandle>> CreateGroupOperation<T>(IList<IResourceLocation> locations)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IList<IResourceLocation> | locations | The list of locations to load. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<IList<AsyncOperationHandle>> | The operation for the entire group. |
타입 파라미터
이름 | 설명 |
---|---|
T | The expected object type for the operations. |