프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_Max | float | ||
m_Min | float | ||
m_NotchCount | int | ||
m_SliderBar | Flood.GUI.ControlInternal.SliderBar | ||
m_SnapToNotches | bool | ||
m_Value | float |
메소드 | 설명 | |
---|---|---|
SetRange ( float min, float max ) : void |
Sets the value range.
|
메소드 | 설명 | |
---|---|---|
CalculateValue ( ) : float | ||
OnKeyDown ( bool down ) : bool |
Handler for Down Arrow keyboard event.
|
|
OnKeyEnd ( bool down ) : bool |
Handler for End keyboard event.
|
|
OnKeyHome ( bool down ) : bool |
Handler for Home keyboard event.
|
|
OnKeyLeft ( bool down ) : bool |
Handler for Left Arrow keyboard event.
|
|
OnKeyRight ( bool down ) : bool |
Handler for Right Arrow keyboard event.
|
|
OnKeyUp ( bool down ) : bool |
Handler for Up Arrow keyboard event.
|
|
OnMouseClickedLeft ( int x, int y, bool down ) : void |
Handler invoked on mouse click (left) event.
|
|
OnMoved ( |
||
RenderFocus ( Skins skin ) : void |
Renders the focus overlay.
|
|
SetValueInternal ( float val ) : void | ||
Slider ( |
Initializes a new instance of the Slider class.
|
|
UpdateBarFromValue ( ) : void |
protected OnKeyDown ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
리턴 | bool |
protected OnKeyEnd ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
리턴 | bool |
protected OnKeyHome ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
리턴 | bool |
protected OnKeyLeft ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
리턴 | bool |
protected OnKeyRight ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
리턴 | bool |
protected OnKeyUp ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
리턴 | bool |
protected OnMouseClickedLeft ( int x, int y, bool down ) : void | ||
x | int | X coordinate. |
y | int | Y coordinate. |
down | bool | If set to |
리턴 | void |
public SetRange ( float min, float max ) : void | ||
min | float | Minimum value. |
max | float | Maximum value. |
리턴 | void |
protected Slider ( |
||
parent | Parent control. | |
리턴 | System |
protected SliderBar,Flood.GUI.ControlInternal m_SliderBar | ||
리턴 | Flood.GUI.ControlInternal.SliderBar |