|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| PaintKey (string triggerName, List< string > keys) | |
| void | Unbind () |
| void | Bind () |
| void | SetSolid (Color color) |
| void | SetClear () |
| bool | UsesKey (Keys key) |
| void | SetAlert (Color colorBase, Color colorFlash, float time, float flashesPerSecond) |
| List< Keys > | GetXNAKeysInUse () |
Private Attributes | |
| string | _triggerName |
| List< Keys > | _xnaKeys |
| List< RgbKey > | _rgbKeys |
Definition at line 70 of file ChromaHotkeyPainter.cs.