Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override void | Update () |
override void | Draw (SpriteBatch sb) |
override void | ToggleActive (bool tickedOn) |
override bool | UsingMap () |
Public Attributes | |
bool | Selected |
Private Member Functions | |
Rectangle | GetRect () |
void | ButtonDraw (int button, ref string key, ref string value) |
void | PressButton (int button) |
void | DrawWaterChoices (SpriteBatch spritebatch, Point start, Point mouse) |
int | UnnecessaryBiomeSelectionTypeConversion (int index) |
Private Attributes | |
int | hoveredButton = -1 |
bool | inUI |
Static Private Attributes | |
const int | ButtonsCount = 7 |
Definition at line 645 of file CaptureInterface.cs.