Method | Description | |
---|---|---|
Handle ( ) : float | ||
SliderHandler ( |
Method | Description | |
---|---|---|
Clamp ( float value ) : float | ||
ClampedCurrentValue ( ) : float | ||
CurrentEvent ( ) : |
||
CurrentEventType ( ) : EventType | ||
CurrentScrollTroughSide ( ) : int | ||
HorizontalThumbRect ( ) : |
||
IsEmptySlider ( ) : bool | ||
MaxValue ( ) : float | ||
MinValue ( ) : float | ||
MousePosition ( ) : float | ||
OnMouseDown ( ) : float | ||
OnMouseDrag ( ) : float | ||
OnMouseUp ( ) : float | ||
OnRepaint ( ) : float | ||
PageMovementValue ( ) : float | ||
PageUpMovementBound ( ) : float | ||
SliderState ( ) : UnityEngine.SliderState | ||
StartDraggingWithValue ( float dragStartValue ) : void | ||
SupportsPageMovements ( ) : bool | ||
ThumbRect ( ) : |
||
ThumbSelectionRect ( ) : |
||
ThumbSize ( ) : float | ||
ValueForCurrentMousePosition ( ) : float | ||
ValuesPerPixel ( ) : float | ||
VerticalThumbRect ( ) : |
public SliderHandler ( |
||
position | ||
currentValue | float | |
size | float | |
start | float | |
end | float | |
slider | ||
thumb | ||
horiz | bool | |
id | int | |
return | System |