|
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) |
|
Definition at line 9 of file GUISlider.cs.