|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| RgbKey | BindKey (Keys key, string keyTriggerName) |
| void | UnbindKey (Keys key) |
| IEnumerator< RgbKey > | GetEnumerator () |
| void | UpdateAll (float timeElapsed) |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| Dictionary< Keys, RgbKey > | _keys = new Dictionary<Keys, RgbKey>() |
Definition at line 7 of file HotkeyCollection.cs.