SimpleImageDownloader Class |
A utility singleton class for downloading images using a LIFO queue for the requests. MaxConcurrentRequests can be used to limit the number of concurrent requests.
Default is DEFAULT_MAX_CONCURRENT_REQUESTS. Each request is executed immediately if there's room for it. When the queue is full, the downloder starts checking each second if a slot is freed, after which re-enters the loop.
Namespace: Com.ForbiddenByte.OSA.Util.IO
public class SimpleImageDownloader : MonoBehaviour
The SimpleImageDownloader type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleImageDownloader |
| Name | Description | |
|---|---|---|
| Instance | ||
| MaxConcurrentRequests |