Com.ForbiddenByte.OSA.Util.IO Namespace |
| Class | Description | |
|---|---|---|
| RemoteImageBehaviour |
Utility behavior to be attached to a GameObject containing a RawImage for loading remote images using SimpleImageDownloader, optionally displaying a specific image during loading
and/or on error
|
|
| SimpleImageDownloader |
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. |
|
| SimpleImageDownloaderRequest | ||
| SimpleImageDownloaderResult |
| Delegate | Description | |
|---|---|---|
| RemoteImageBehaviourLoadCompleteDelegate |