ControlManager Class
From MyDungeon
MyDungeon Documentation
ControlManager Class |
ControlManager is used to check if directional input is recieved while in a menu
Namespace: MyDungeon.Managers
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
C#
public class ControlManager : MonoBehaviour
The ControlManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlManager | Initializes a new instance of the ControlManager class |
| Name | Description | |
|---|---|---|
| Instance |
The current ControlManager instance
| |
| MenuHorizontal |
The Horizontal value while in a menu
| |
| MenuVertical |
The Vertical value while in a menu
|
| Name | Description | |
|---|---|---|
| Invoke |
Invoke using a delegate
(Defined by MonoBehaviourExtensions.) |