Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Overload List
| Name | Description |
|---|---|
| KeyMap()()()() | Initializes a new instance of the KeyMap class |
| KeyMap(String) | Default list constructor. |
| KeyMap(String, Int32) | Core constructor called by all the others. |
| KeyMap(String, array<KeyMapEntry>[]()[][]) | Constructor that populates the list with an array of KeyMapEntries. |
| KeyMap(String, Boolean, array<Key>[]()[][]) | Initializes a new instance of the KeyMap class |
| KeyMap(String, String, array<KeyMapEntry>[]()[][]) | Initializes a new instance of the KeyMap class |