Component: Message

TutorialMessage is a component that provides the core features for displaying a message on the screen. This component does not render anything and is used by the other components added on top of it to render content.

This component features two modification pipelines that you can use with this component:

  • A bounds modification pipeline; which you can use to adjust the position and size of the message box.
  • A string pipeline which you can use for altering the message text. For example going through a translation method first that converts a key to its translated value.