LoadImage

Description

Load an image from and URL and display it directly on an image component when loaded.

Declaration

public static void LoadImage(string imageURL, Image displayComponent, UnityAction<CompleteCallback<Texture2D>> completeMethod)

Parameters

Name
Description

imageURL

url to download image from

displayComponent

The image component to display the picture

completeMethod

Callback triggered on load finish

Last updated