Method | Description | |
---|---|---|
Exists ( string url ) : bool |
Gets whether the given image has been added for downloading.
|
|
Preload ( string url ) : bool |
Preloads the given image.
|
public static Exists ( string url ) : bool | ||
url | string | The URL of the image. |
return | bool |
public static Preload ( string url ) : bool | ||
url | string | The url of the image. |
return | bool |