Hud Class

MyDungeon

Hud Class

Hud is the class that instantiates the HUD prefab
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.UI.HudHud

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

The Hud type exposes the following members.

Constructors
  NameDescription
Public methodHud
Initializes a new instance of the Hud class
Top
Methods
  NameDescription
Protected methodAwake
Instantiate the HUD prefab
Top
Fields
  NameDescription
Protected fieldHudPrefab
The HUD prefab
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also