A dialogue that blocks the thread when it's opened. Alert and confirm use these.
Static Public Member Functions | |
| static void | Setup () |
| Sets up the blocking dialogues. Must occur ahead of time otherwise Resources.Load would fail on us. More... | |
| static string | GetTemplate (string type) |
| Gets this dialogues template. More... | |
| static void | Ok (UIEvent e) |
| Called when 'ok' is pressed in a blocking dialogue. More... | |
| static void | Cancel (UIEvent e) |
| Called when 'cancel' is pressed in a blocking dialogue. More... | |
| static BlockingDialogue | Open (string type, Window window, object message) |
| Opens a blocking dialogue in the given window. More... | |
Static Public Attributes | |
| static Dictionary< string, string > | Templates |
| The prompt templates. More... | |
|
inlinestatic |
Called when 'cancel' is pressed in a blocking dialogue.
|
inlinestatic |
Gets this dialogues template.
|
inlinestatic |
Called when 'ok' is pressed in a blocking dialogue.
|
inlinestatic |
Opens a blocking dialogue in the given window.
|
inlinestatic |
Sets up the blocking dialogues. Must occur ahead of time otherwise Resources.Load would fail on us.
|
static |
The prompt templates.