MessageLogDisplay Class
From MyDungeon
MyDungeon Documentation
MessageLogDisplay Class |
MessageLogDisplay is the class that manages updating the message log in the HUD
Namespace: MyDungeon.UI.Hud
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public class MessageLogDisplay : MonoBehaviour
The MessageLogDisplay type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageLogDisplay | Initializes a new instance of the MessageLogDisplay class |
| 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
|
| Name | Description | |
|---|---|---|
| MessageLogText |
The UI Text object displaying the message log
|
| Name | Description | |
|---|---|---|
| Invoke |
Invoke using a delegate
(Defined by MonoBehaviourExtensions.) |