Displays options for enabling Emoji. All this does is download a bunch of default graphics.
Static Public Member Functions | |
| static void | ShowWindow () |
| static void | TryImportSettings () |
| Attempts to apply import settings to images in icon path. More... | |
| static void | DownloadIcons () |
| Downloads the icons now. More... | |
| static void | OnGotIcons (HttpRequest request) |
| called when the icons have been downloaded. More... | |
| static void | RemovePackage () |
| Deletes the downloaded package if it exists. More... | |
Static Public Attributes | |
| static int | Status |
| The current decompression status. Emoji icons are received as a unitypackage, decompressed and then have import settings applied. More... | |
| static int | RefreshTimer |
| Tracks refreshing of the window when a download is in progress. More... | |
| static bool | IsDownloading |
| True when a download is in progress. More... | |
| static EditorWindow | Window |
| A static reference to the currently open Emoji window, if there is one. More... | |
| static string | DownloadPath ="Resources/Characters/" |
| The editable path that emoji icons will be saved in. More... | |
Properties | |
| static string | IconPath [get] |
| Gets the path that downloads will be saved to. More... | |
Private Member Functions | |
| void | Update () |
| void | OnGUI () |
Static Private Attributes | |
| static HttpRequest | Request |
| The latest download request. More... | |
|
inlinestatic |
Downloads the icons now.
|
inlinestatic |
called when the icons have been downloaded.
|
inlineprivate |
|
inlinestatic |
Deletes the downloaded package if it exists.
|
inlinestatic |
|
inlinestatic |
Attempts to apply import settings to images in icon path.
|
inlineprivate |
|
static |
The editable path that emoji icons will be saved in.
|
static |
True when a download is in progress.
|
static |
Tracks refreshing of the window when a download is in progress.
|
staticprivate |
The latest download request.
|
static |
The current decompression status. Emoji icons are received as a unitypackage, decompressed and then have import settings applied.
|
static |
A static reference to the currently open Emoji window, if there is one.
|
staticget |
Gets the path that downloads will be saved to.