MyDungeon Documentation
![]() | ControlManager Class |
ControlManager is used to check if directional input is recieved while in a menu
Inheritance HierarchyNamespace: MyDungeon.Managers
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxC#
public class ControlManager : MonoBehaviour
The ControlManager type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | ControlManager | Initializes a new instance of the ControlManager class |
Methods
Fields| Name | Description | |
|---|---|---|
![]() ![]() | Instance |
The current ControlManager instance
|
![]() ![]() | MenuHorizontal |
The Horizontal value while in a menu
|
![]() ![]() | MenuVertical |
The Vertical value while in a menu
|
Extension Methods| Name | Description | |
|---|---|---|
![]() | Invoke |
Invoke using a delegate
(Defined by MonoBehaviourExtensions.) |
See Also




