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:
frame8.ScrollRectItemsAdapter.MultiplePrefabsExample
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic 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 InformationOptimized ScrollView Adapter
Supported in: 4.0, 3.0
See Also