Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ReactiveRGBKey (Keys key, Color color, TimeSpan duration, string whatIsThisKeyFor) | |
void | Update () |
void | Clear () |
void | Unbind () |
void | Bind () |
void | Refresh () |
Public Attributes | |
readonly Keys | XNAKey |
readonly string | WhatIsThisKeyFor |
Properties | |
bool | Expired [get] |
Private Attributes | |
readonly Color | _color |
readonly TimeSpan | _duration |
TimeSpan | _startTime |
TimeSpan | _expireTime |
RgbKey | _rgbKey |
Definition at line 14 of file ChromaHotkeyPainter.cs.