Click or drag to resize

ScreenMessaging Methods

The ScreenMessaging type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetColorToRichText
Wraps string into Unity rich-text tags to set a color.
Public methodStatic memberShowErrorScreenMessage
Shows an error message with a default timeout.
Public methodStatic memberShowInfoScreenMessage
Shows an info message with a default timeout.
Public methodStatic memberShowInfoScreenMessageWithTimeout
Shows an info message with the specified timeout.
Public methodStatic memberShowPriorityScreenMessage
Shows an important message with a default timeout.
Public methodStatic memberShowPriorityScreenMessageWithTimeout
Shows an important message with the specified timeout.
Public methodStatic memberShowScreenMessage(ScreenMessageStyle, Single, String, Object)
Shows a formatted message with the specified location and timeout.
Public methodStatic memberShowScreenMessage(ScreenMessageStyle, Single, Color, String, Object)
Shows a formatted message with the specified location and timeout.
Public methodStatic memberShowWarningScreenMessage
Shows a warning message with a default timeout.
Top
See Also