Click or drag to resize

RemoteImageBehaviourLoad Method

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

Namespace:  Com.ForbiddenByte.OSA.Util.IO
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Load(
	string imageURL,
	bool loadCachedIfAvailable = true,
	Action<bool, bool> onCompleted = null,
	Action onCanceled = null
)

Parameters

imageURL
Type: SystemString
loadCachedIfAvailable (Optional)
Type: SystemBoolean
onCompleted (Optional)
Type: SystemActionBoolean, Boolean
onCanceled (Optional)
Type: SystemAction
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also