FloorDisplay Class

MyDungeon

FloorDisplay Class

FloorDisplay is the class that manages updating the current floor display in the HUD
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.UI.HudFloorDisplay

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

The FloorDisplay type exposes the following members.

Constructors
  NameDescription
Public methodFloorDisplay
Initializes a new instance of the FloorDisplay class
Top
Methods
  NameDescription
Protected methodStart
Finds the UI Text object that displays the current floor in the HUD
Public methodUpdateFloor
Updates the floor displayed in the HUD and adds padding if the floor is less than 3 digits
Top
Fields
  NameDescription
Protected fieldFloorText
The UI Text object displaying the current floor
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also