TryGetImageFromUrl
Declaration
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | The URL used to get the hint image |
Overload 1
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | The URL used to get the hint image |
Overload 2
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | The URL used to get the hint image |
Overload 3
public void TryGetImageFromUrl(string imageUrl, int width, int height, Action<Texture> onImageDownloaded)
Parameters
| Name | Type | Summary |
|---|---|---|
| imageUrl | string | The URL used to get the hint image |