Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
DoubleSlider Class Reference
Inheritance diagram for DoubleSlider:

Public Member Functions

delegate void OnValueChanged (float minValue, float maxValue)
 
void Start ()
 

Public Attributes

OnValueChanged onValueChanged
 
Slider sliderFill
 
Slider sliderMax
 
Slider sliderMin
 

Protected Member Functions

void OnRectTransformDimensionsChange ()
 

Properties

bool AllowClipping [get, set]
 
float BaseMaxValue [get, set]
 Sets the maximum value the sliders can reach to More...
 
float BaseMinValue [get, set]
 Sets the minimun value the sliders can reach to More...
 
float MaxValue [get, set]
 Sets the value of the max slider More...
 
float MinValue [get, set]
 Sets the value of the min slider More...
 

Member Function Documentation

void DoubleSlider.OnRectTransformDimensionsChange ( )
inlineprotected
delegate void DoubleSlider.OnValueChanged ( float  minValue,
float  maxValue 
)
void DoubleSlider.Start ( )
inline

Member Data Documentation

OnValueChanged DoubleSlider.onValueChanged
Slider DoubleSlider.sliderFill
Slider DoubleSlider.sliderMax
Slider DoubleSlider.sliderMin

Property Documentation

bool DoubleSlider.AllowClipping
getset

float DoubleSlider.BaseMaxValue
getset

Sets the maximum value the sliders can reach to

float DoubleSlider.BaseMinValue
getset

Sets the minimun value the sliders can reach to

float DoubleSlider.MaxValue
getset

Sets the value of the max slider

float DoubleSlider.MinValue
getset

Sets the value of the min slider


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