This Option Selector handles a Slider Marker, which basically has 2 sliders One slider is for selecting the value, and the other slider is for displaying some other value/ information. Подробнее...
Защищенные члены | |
void | OptionSelectorLevelMarker (Widget parent, float value, ScriptedWidgetEventHandler parentMenu, bool disabled, float min, float max) |
override void | Enable () |
override void | Disable () |
void | SetSlider2Value (float value) |
override bool | OnUpdate (Widget w) |
void | OptionSelectorSlider (Widget parent, float value, ScriptedWidgetEventHandler parent_menu, bool disabled, float min, float max, bool showEditbox=false) |
void | SetValueText () |
void | Refresh (float defaultValue=-1) |
float | GetRangePercantageByValue () |
override bool | OnChange (Widget w, int x, int y, bool finished) |
bool | Changed () |
bool | IsValidEditboxValue (string text) |
override bool | OnDoubleClick (Widget w, int x, int y, int button) |
override bool | OnFocus (Widget w, int x, int y) |
override bool | OnFocusLost (Widget w, int x, int y) |
override bool | IsFocusable (Widget w) |
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
void | SetActiveOption () |
void | UpdateActiveOption () |
void | Update () |
bool | IsValueTextVisible () |
Защищенные данные | |
SliderWidget | m_Slider2 |
bool | m_Changed |
EditBoxWidget | m_ValueText |
bool | m_ShowEditbox |
float | m_LastValue |
This Option Selector handles a Slider Marker, which basically has 2 sliders One slider is for selecting the value, and the other slider is for displaying some other value/ information.
m_Slider2 | other slider value, which can be used to convery some other info to the player |
См. определение в файле OptionSelectorLevelMarker.c строка 6