LevelDisplay Class

MyDungeon

LevelDisplay Class

LevelDisplay is the class that manages updating the current level display in the HUD
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.UI.HudLevelDisplay

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

The LevelDisplay type exposes the following members.

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