MessageLogDisplay Class

MyDungeon

MessageLogDisplay Class

MessageLogDisplay is the class that manages updating the message log in the HUD
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.UI.HudMessageLogDisplay

Namespace:  MyDungeon.UI.Hud
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class MessageLogDisplay : MonoBehaviour

The MessageLogDisplay type exposes the following members.

Constructors
  NameDescription
Public methodMessageLogDisplay
Initializes a new instance of the MessageLogDisplay class
Top
Methods
  NameDescription
Public methodAddDebugMessage
Adds a debug line to the message log
Public methodAddMessage
Adds a line to the message log
Protected methodStart
Finds the UI Text object that displays the message log in the HUD
Top
Fields
  NameDescription
Protected fieldMessageLogText
The UI Text object displaying the message log
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also