MyDungeon Documentation
![]() | MessageLogDisplay Class |
MessageLogDisplay is the class that manages updating the message log in the HUD
Inheritance HierarchyNamespace: MyDungeon.UI.Hud
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxC#
public class MessageLogDisplay : MonoBehaviour
The MessageLogDisplay type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | MessageLogDisplay | Initializes a new instance of the MessageLogDisplay class |
Methods| Name | Description | |
|---|---|---|
![]() | AddDebugMessage |
Adds a debug line to the message log
|
![]() | AddMessage |
Adds a line to the message log
|
![]() | Start |
Finds the UI Text object that displays the message log in the HUD
|
Fields| Name | Description | |
|---|---|---|
![]() | MessageLogText |
The UI Text object displaying the message log
|
Extension Methods| Name | Description | |
|---|---|---|
![]() | Invoke |
Invoke using a delegate
(Defined by MonoBehaviourExtensions.) |
See Also



