RemoteImageBehaviour Class |
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
Inheritance HierarchySystemObject Object Component Behaviour MonoBehaviour Com.ForbiddenByte.OSA.Util.IORemoteImageBehaviour
Namespace:
Com.ForbiddenByte.OSA.Util.IO
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class RemoteImageBehaviour : MonoBehaviour
The RemoteImageBehaviour type exposes the following members.
Constructors
Methods|
| Name | Description |
|---|
 | InitializeWithPool | |
 | Load | Starts the loading, setting the current image to _LoadingTexture, if available. If the image is already in cache, and loadCachedIfAvailable==true, will load that instead |
Top
Version InformationOptimized ScrollView Adapter
Supported in: 4.3
See Also