ScreenMessaging Methods |
The ScreenMessaging type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | SetColorToRichText | Wraps string into Unity rich-text tags to set a color. |
![]() ![]() | ShowErrorScreenMessage | Shows an error message with a default timeout. |
![]() ![]() | ShowInfoScreenMessage | Shows an info message with a default timeout. |
![]() ![]() | ShowInfoScreenMessageWithTimeout | Shows an info message with the specified timeout. |
![]() ![]() | ShowPriorityScreenMessage | Shows an important message with a default timeout. |
![]() ![]() | ShowPriorityScreenMessageWithTimeout | Shows an important message with the specified timeout. |
![]() ![]() | ShowScreenMessage(ScreenMessageStyle, Single, String, Object) | Shows a formatted message with the specified location and timeout. |
![]() ![]() | ShowScreenMessage(ScreenMessageStyle, Single, Color, String, Object) | Shows a formatted message with the specified location and timeout. |
![]() ![]() | ShowWarningScreenMessage | Shows a warning message with a default timeout. |