terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
GUISlider Class Reference

Classes

class  DragState
 
class  DrawBackingHandler
 

Static Public Member Functions

static Rectangle GetRegion (Slider_Layout layout)
 
static void DrawSaturationSlider (Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver)
 
static void DrawLightnessSlider (Vector2 position, Vector2 size, Slider_Layout layout, bool controllerOver)
 
static bool DrawSaturation (Slider_Layout layout, bool disablePick, float value, GUISlider.DragState dragState, bool forceOver=false)
 
static bool DrawLightness (Slider_Layout layout, bool disablePick, float value, GUISlider.DragState dragState, bool forceOver=false)
 
static bool IsCursorOver (Vector2 cursorPosition, Slider_Layout layout)
 
static float QuantiseValue (float input, int stepCount)
 
static float CalculateValue (int input, int minValue, int maxValue)
 
static int ScaleValue (float input, int minValue, int maxValue)
 
static bool Draw (Slider_Layout layout, bool disablePick, float value, GUISlider.DragState dragState, [Optional] GUISlider.DrawBackingHandler backingHandler, bool forceOver=false, int minValue=-1, int maxValue=-1, bool ignoreStartPoint=false)
 

Detailed Description

Definition at line 9 of file GUISlider.cs.


The documentation for this class was generated from the following file: