Class WebRequestQueue
Represents a queue of web requests. Completed requests are removed from the queue.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement
어셈블리: solution.dll
구문
public static class WebRequestQueue
메서드
이름 | 설명 |
---|---|
QueueRequest(UnityWebRequest) | Adds a web request to the queue. |
SetMaxConcurrentRequests(int) | Sets the max number of web requests running at the same time. |
WaitForRequestToBeActive(WebRequestQueueOperation, int) | Synchronously waits for a particular web request to be completed. |