Class WebRequestQueue
Represents a queue of web requests. Completed requests are removed from the queue.
Inherited Members
Namespace: UnityEngine.ResourceManagement
Syntax
public static class WebRequestQueue
Methods
Name | Description |
---|---|
QueueRequest(UnityWebRequest) | Adds a web request to the queue. |
SetMaxConcurrentRequests(Int32) | Sets the max number of web requests running at the same time. |
WaitForRequestToBeActive(WebRequestQueueOperation, Int32) | Synchronously waits for a particular web request to be completed. |