terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
class | BackupResotrePoint |
Public Types | |
enum | EditMode { SafeRegion , InterfacePosition , InterfacePositionAdjust , EditControls } |
Public Member Functions | |
void | Draw () |
int | SortGroupByPosition (GUIPageIconGrouping x, GUIPageIconGrouping y) |
Microsoft.Xna.Framework.Vector2 | ItemSize (int index) |
void | RefreshSelected () |
void | CancelChanges () |
void | ClampUIScale () |
void | CloseNameEdit () |
void | CloseProfileOptions () |
void | CloseTemplateOptions () |
void | EnsureSelectedGroupVisible () |
void | DrawWidgetOverlays () |
void | Backup () |
void | AddControlUndo () |
bool | HasUndo () |
void | ControlUndo () |
bool | HasRedo () |
void | ControlRedo () |
void | ClearControlRedo () |
void | ClearControlUndoRedo () |
void | LoadDefaultProfilePositions (VirtualControlsHardwareConfiguration_Layout configuration) |
void | RestoreDefaults () |
void | RestoreBackup () |
GUIInterfaceEdit () | |
Public Attributes | |
GUIInterfaceEdit.EditMode | Mode |
bool | Enabled |
GUIControllerInterfaceEdit | _controller |
float | ScrollOffset |
int | SelectedItem |
bool | CanSpawnState |
bool | editingName |
bool | displayProfileOptions |
bool | displayTemplateOptions |
float | _pulldownShift |
Definition at line 17 of file GUIInterfaceEdit.cs.