![]() |
Liberi
An exergame built for kids with CP!
|
An overlay for displaying game status on the game client. More...
Inherits MonoBehaviour.
Static Public Member Functions | |
static void | ShowStatus (string status) |
Show the overlay with a given status message. More... | |
static void | ShowError (string error) |
Show the overlay with a given error message. More... | |
static void | Hide () |
Hide the overlay. More... | |
Properties | |
static bool | IsVisible [get] |
Gets whether or not the overlay is currently visible. More... | |
static string | Text [get, set] |
Gets the text that the overlay is currently displaying. More... | |
static StatusOverlayState | State [get] |
Gets the current state of the overlay. More... | |
An overlay for displaying game status on the game client.
Definition at line 17 of file StatusOverlay.cs.
|
inlinestatic |
Hide the overlay.
Definition at line 86 of file StatusOverlay.cs.
|
inlinestatic |
Show the overlay with a given error message.
Definition at line 76 of file StatusOverlay.cs.
|
inlinestatic |
Show the overlay with a given status message.
Definition at line 66 of file StatusOverlay.cs.
|
staticget |
Gets whether or not the overlay is currently visible.
Definition at line 23 of file StatusOverlay.cs.
|
staticget |
Gets the current state of the overlay.
Definition at line 44 of file StatusOverlay.cs.
|
staticgetset |
Gets the text that the overlay is currently displaying.
Definition at line 31 of file StatusOverlay.cs.