ControlManager Class

MyDungeon

ControlManager Class

ControlManager is used to check if directional input is recieved while in a menu
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.ManagersControlManager

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

The ControlManager type exposes the following members.

Constructors
  NameDescription
Public methodControlManager
Initializes a new instance of the ControlManager class
Top
Methods
  NameDescription
Protected methodAwake
Initializes the ControlManager
Top
Fields
  NameDescription
Public fieldStatic memberInstance
The current ControlManager instance
Public fieldStatic memberMenuHorizontal
The Horizontal value while in a menu
Public fieldStatic memberMenuVertical
The Vertical value while in a menu
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also