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 | |
struct | ColorFadeBackup |
Public Member Functions | |
GUIJourneySliderSetting (GUISettingID id) | |
void | WindBackingHandler (Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver) |
void | RainBackingHandler (Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver) |
void | DifficultyBackingHandler (Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver) |
override void | Draw () |
override float | GetElementHeight () |
virtual void | DrawOverlay () |
Public Attributes | |
GUISettingID | _id |
int | _sortId |
SettingsOverlayOptionCategories_Layout.Category | _category |
Protected Member Functions | |
override SettingsOverlaySlider_Layout | GetLayout () |
Protected Attributes | |
float | sliderValue |
GUISlider.DragState | dragState |
GUISlider.DrawBackingHandler | backingHandler |
Private Member Functions | |
Microsoft.Xna.Framework.Vector3 | GetHSL () |
void | SetHSL (Microsoft.Xna.Framework.Vector3 hsl) |
float | GetValue () |
int | GetMaxValue () |
void | SetValue (float value) |
string | GetStringValue () |
string | GetTitle () |
Static Private Member Functions | |
static | GUIJourneySliderSetting () |
Private Attributes | |
DateTime | lastShown |
float | iconScale |
float | scale |
float | TimeSinceModified |
Static Private Attributes | |
static GUIJourneySliderSetting.ColorFadeBackup | fadeSettings |
Definition at line 11 of file GUIJourneySliderSetting.cs.