Click or drag to resize

MessageDisplayService Methods

The MessageDisplayService type exposes the following members.

Methods
  NameDescription
Public methodCoroutineInitialise
Override this to perform initialisation tasks This coroutine is started in Awake(). To execute code in Awake(), override OnAwake()
(Overrides SingletonBehaviourCoroutineInitialise.)
Public methodHide
Hide the message specified. Only the message with the highest priority will actually be displayed to the user. It might not be the message you pass into this method.
Protected methodOnDestroy
Unity component method
(Overrides SingletonBehaviourOnDestroy.)
Public methodRefresh
Refreshes the UI and optionally resets the position and orientation
Public methodShow(MessageDisplayDialogData)
Show the message specified. Only the message with the highest priority will actually be displayed to the user. It might not be the message you pass into this method.
Public methodShow(Notification)
Show a message
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also