TryGetImageFromUrl
Declaration
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | URL of the localization target's hint image |
Overload 1
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | URL of the localization target's hint image |
Overload 2
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | URL of the localization target's hint image |
Overload 3
public async void TryGetImageFromUrl(string imageUrl, int width, int height, Action<Texture> onImageDownloaded)
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | URL of the localization target's hint image |