Show / Hide Table of Contents

Class InputManager.KeyBindData_v1

Inheritance
Object
InputManager.KeyBindData_v1
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class KeyBindData_v1

Fields

| Improve this Doc View Source

actionKeyBinds

Declaration
public Dictionary<string, string> actionKeyBinds
Field Value
Type Description
Dictionary<String, String>
| Improve this Doc View Source

axisActionInversions

Declaration
public Dictionary<string, string> axisActionInversions
Field Value
Type Description
Dictionary<String, String>
| Improve this Doc View Source

axisActionKeyBinds

Declaration
public Dictionary<string, InputManager.AxisActions> axisActionKeyBinds
Field Value
Type Description
Dictionary<String, InputManager.AxisActions>
| Improve this Doc View Source

joystickUIKeyBinds

Declaration
public Dictionary<string, string> joystickUIKeyBinds
Field Value
Type Description
Dictionary<String, String>
| Improve this Doc View Source

removedPrimaryActions

Declaration
public List<string> removedPrimaryActions
Field Value
Type Description
List<String>
| Improve this Doc View Source

secondaryActionKeyBinds

Declaration
public Dictionary<string, string> secondaryActionKeyBinds
Field Value
Type Description
Dictionary<String, String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX