MultiversX Unity Tools
  • Overview
  • Demo App
  • Setup Guide
  • Quick Start
  • Video Tutorials
  • Complete API
    • CallSCMethod
    • CheckTransactionStatus
    • Connect
    • DeepLinkLogin
    • Disconnect
    • GetApiProvider
    • GetConnectedAccount
    • GetNetworkConfig
    • GetRequest
    • IsWalletConnected
    • LoadAllTokens
    • LoadImage
    • LoadNetworkConfig
    • LoadWalletNFTs
    • MakeSCQuery
    • PostRequest
    • SendEGLDTransaction
    • SendESDTTransaction
    • SendMultipleTrasactions
    • SendNFT
    • SignMessage
    • SignMultipleTrasactions
    • RefreshAccount
  • Releases
Powered by GitBook
On this page
  • Description
  • Declaration
  • Parameters
  1. Complete API

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

PreviousLoadAllTokensNextLoadNetworkConfig

Last updated 1 year ago