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 frame8.ScrollRectItemsAdapter.MultiplePrefabsExampleRemoteImageBehaviour
Namespace:
frame8.ScrollRectItemsAdapter.MultiplePrefabsExample
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 |
|---|
 | 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.0, 3.0
See Also