MyDungeon Documentation
![]() | FloorDisplay Class |
FloorDisplay is the class that manages updating the current floor display in the HUD

Namespace: MyDungeon.UI.Hud
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public class FloorDisplay : MonoBehaviour
The FloorDisplay type exposes the following members.

Name | Description | |
---|---|---|
![]() | FloorDisplay | Initializes a new instance of the FloorDisplay class |

Name | Description | |
---|---|---|
![]() | Start |
Finds the UI Text object that displays the current floor in the HUD
|
![]() | UpdateFloor |
Updates the floor displayed in the HUD and adds padding if the floor is less than 3 digits
|


Name | Description | |
---|---|---|
![]() | Invoke |
Invoke using a delegate
(Defined by MonoBehaviourExtensions.) |
