terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
int | GetSelectedStyle () |
void | LoadRegion () |
bool | IsOverPanel (Vector2 cursorPosition) |
string | GetTitle () |
string | GetName () |
void | Draw () |
void | DrawPlayer (Player drawPlayer, Vector2 Position, float rotation, Vector2 rotationOrigin, float shadow=0f) |
void | DrawChangeButton () |
void | StyleOver (int index) |
void | StyleDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
GUIClothesWindow () | |
Public Attributes | |
float | TimeSinceItemChange |
Private Member Functions | |
void | DrawPlayer () |
void | DrawButtons () |
void | DrawCancelButton () |
void | DrawSelectedPlayer (Vector2 position, float scale) |
void | DrawCategoryButtons () |
void | DrawHSLSlider () |
void | DrawStyles () |
float | StyleScale (int index) |
void | ClonePlayer () |
Private Attributes | |
float | ChangeButtonScale = (float)16256 |
GUIControllerDresser | _controller |
int[] | playerStyles |
Vector2 | CharacterDrawOffset = 16256 |
Player | clonePlayer |
Item | _blankItem |
float | closeScale |
float | shirtButtonScale |
float | underShirtButtonScale |
float | pantsButtonScale |
float | shoesButtonScale |
float | eyesButtonScale |
float | skinButtonScale |
float | styleButtonScale |
float | TitleScale |
GUISlider.DragState | hueDragState |
GUISlider.DragState | satDragState |
GUISlider.DragState | lightDragState |
int | styleOver = 16256 |
Definition at line 9 of file GUIClothesWindow.cs.