Gives information about the license being used. More...
Public Member Functions | |
IEnumerator | DispayLowPowerToast (string message) |
Displays the message about LowPowerMode enabled 3 times. More... | |
Static Protected Attributes | |
static ManoEvents | _instance |
Properties | |
static ManoEvents | Instance [get, set] |
Private Member Functions | |
void | Awake () |
void | Update () |
void | HandleManomotionMessages () |
Interprets the message from the Manomotion Manager class and assigns a string message to be displayed. More... | |
void | DisplayLogMessage (string message) |
Displays Log messages from the Manomotion Flags More... | |
Private Attributes | |
Animator | statusAnimator |
Animator thats used to display license messages. More... | |
Animator | lowPowerAnimator |
Animator thats used to display lowPowerMode messages. More... | |
Gives information about the license being used.
|
inlineprivate |
|
inline |
Displays the message about LowPowerMode enabled 3 times.
message |
|
inlineprivate |
Displays Log messages from the Manomotion Flags
message | Requires the string message to be displayed |
|
inlineprivate |
Interprets the message from the Manomotion Manager class and assigns a string message to be displayed.
|
inlineprivate |
|
staticprotected |
|
private |
Animator thats used to display lowPowerMode messages.
|
private |
Animator thats used to display license messages.
|
staticgetset |