Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.UIEngine2.Controls.MeasuredSliderGUIElement Class Reference

Detailed Description

GUI controller that handles features related to slider splitted with measure labels.

See also
MeasuredSliderLabelGUIElement
Inheritance diagram for Doloro.UIEngine2.Controls.MeasuredSliderGUIElement:
Collaboration diagram for Doloro.UIEngine2.Controls.MeasuredSliderGUIElement:

Protected Member Functions

override void Awake ()
 
virtual void Start ()
 
override void OnDestroy ()
 
virtual void OnSliderValueChanged (float value)
 
virtual void OnLayoutChanged ()
 Occurs when layout has been somehow changed.
 
virtual void OnValueChanged ()
 Occurs when value changed.
 

Properties

UnityEngine.UI.Slider slider [get]
 Slider connected to the UI.
 
MeasuredSliderLabelGUIElement ZeroPoint [get, set]
 Label related to the zero point on the slider. More...
 
MeasuredSliderLabelGUIElement MinPoint [get, set]
 Label point related to the range left scope position.
 
MeasuredSliderLabelGUIElement MaxPoint [get, set]
 Label point related to the range right scope position.
 
AGUIElement HandleSlideArea [get]
 GUI element those rect defines slider's area available for the handle. More...
 
float minValue [get, set]
 Min value of allowed values range.
 
float maxValue [get, set]
 Max value of allowed values range.
 
override float value [get, set]
 Value in bounds applied at the moment.
 

Events

Action< AGUIField< T > > ValueChanged
 Occurs when value is changed.
 

Property Documentation

◆ HandleSlideArea

AGUIElement Doloro.UIEngine2.Controls.MeasuredSliderGUIElement.HandleSlideArea
get

GUI element those rect defines slider's area available for the handle.

If null returns this.

◆ ZeroPoint

MeasuredSliderLabelGUIElement Doloro.UIEngine2.Controls.MeasuredSliderGUIElement.ZeroPoint
getset

Label related to the zero point on the slider.

Dynamically changes x position along with slider range. Hides in case if left bound of range greater then 0.


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