Misc API methods.
More...
◆ ClearSpriteCache()
static void GameJolt.API.Misc.ClearSpriteCache |
( |
| ) |
|
|
inlinestatic |
Destroys all sprites in the spritecache.
◆ DownloadImage()
static void GameJolt.API.Misc.DownloadImage |
( |
string |
url, |
|
|
Action< Sprite > |
callback |
|
) |
| |
|
inlinestatic |
Downloads an image.
- Parameters
-
url | The image URL. |
callback | A callback function accepting a single parameter, a UnityEngine.Sprite. |
◆ GetTime()
static void GameJolt.API.Misc.GetTime |
( |
Action< DateTime > |
callback | ) |
|
|
inlinestatic |
Get the server time.
- Parameters
-
callback | A callback function accepting a single parameter, a System.DateTime. |
The documentation for this class was generated from the following file:
- D:/Dev/Unity/AssetStore/GameJoltAPI/Assets/Plugins/GameJolt/Scripts/API/Misc.cs