Click or drag to resize

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 Hierarchy
SystemObject
  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
Syntax
C#
public class RemoteImageBehaviour : MonoBehaviour

The RemoteImageBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodRemoteImageBehaviour
Top
Methods
  NameDescription
Public methodLoad
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 Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also