Method | Description | |
---|---|---|
AddCacheImage ( string url, Image img ) : void | ||
ImageCacheSystem ( ) : System | ||
TryGetCacheImage ( string url, Image &img ) : bool |
public AddCacheImage ( string url, Image img ) : void | ||
url | string | |
img | Image | |
return | void |
public TryGetCacheImage ( string url, Image &img ) : bool | ||
url | string | |
img | Image | |
return | bool |