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
|
Public Member Functions | |
GUISliderSetting (GUISettingID id) | |
override void | Draw () |
override float | GetElementHeight () |
virtual void | DrawOverlay () |
Public Attributes | |
GUISettingID | _id |
int | _sortId |
SettingsOverlayOptionCategories_Layout.Category | _category |
Protected Member Functions | |
virtual 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 () |
Private Attributes | |
float | scale |
float | TimeSinceModified |
Definition at line 12 of file GUISliderSetting.cs.