VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Image.ImageDownloader Member List

This is the complete list of members for VRC.SDK3.Image.ImageDownloader, including all inherited members.

cachedImageQueueVRC.SDK3.Image.ImageDownloaderprivate
CacheTexture(string cacheRef, Texture2D tex)VRC.SDK3.Image.ImageDownloaderprivate
DownloadFallbackOrUseErrorImage(string fallbackImageUrl, Action< Texture2D > onImageDownload)VRC.SDK3.Image.ImageDownloaderprivate
DownloadImage(string imageUrl, int imageSize, Action< Texture2D > onImageDownload=null, Action< ImageLoadError > onImageDownloadFailed=null, string fallbackImageUrl="", bool isRetry=false)VRC.SDK3.Image.ImageDownloaderstatic
DownloadImageInternal(string imageUrl, int imageSize, Action< Texture2D > onImageDownload, Action< ImageLoadError > onImageDownloadFailed, string fallbackImageUrl="", bool isRetry=false)VRC.SDK3.Image.ImageDownloaderprivate
InstanceVRC.SDK3.Image.ImageDownloaderprivatestatic
MAX_CACHED_IMAGESVRC.SDK3.Image.ImageDownloaderprivatestatic
MIN_CACHED_IMAGESVRC.SDK3.Image.ImageDownloaderprivatestatic
TrimCache(int size)VRC.SDK3.Image.ImageDownloaderstatic
TrimCacheInternal(int size)VRC.SDK3.Image.ImageDownloaderprivate