SliderController class
ink.SliderController
Inheritance
Base: ink.WidgetLogicController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
slidingAreaRef | ink.WidgetReference | |
handleRef | ink.WidgetReference | |
nextRef | ink.WidgetReference | |
priorRef | ink.WidgetReference | |
direction | ink.ESliderDirection | |
autoSizeHandle | bool | |
minHandleSize | float | |
maxHandleSize | float | |
percentHandleSize | float | |
currentProgress | float | |
minimumValue | float | |
maximumValue | float | |
step | float | |
SliderInput | ink.SliderControllerInputCallback | |
SliderValueChanged | ink.SliderControllerValueChangeCallback | |
SliderHandleReleased | ink.SliderControllerHandleReleasedCallback | |
handleWidgetRef | WeakHandle<ink.Widget> | scripted |
slidingAreaWidgetRef | WeakHandle<ink.Widget> | scripted |
isDragging | bool | scripted |
defaultScale | Vector2 | scripted |
pressedScale | Vector2 | scripted |
defaultOpacity | float | scripted |
defaultColor | CName | scripted |
hoveredColor | CName | scripted |
pressedColor | CName | scripted |
pressedOpacity | float | scripted |
HACK_isDisabledForHDRCalibrationScreen | bool | scripted |
Functions
void Setup(float minimumValue, float maximumValue, float defaultValue, float? step)RTTIfloat GetProgress()RTTIfloat GetCurrentValue()RTTIfloat GetMaxValue()RTTIfloat GetMinValue()RTTIfloat GetStep()RTTIfloat GetPercentageHandleSize()RTTIvoid SetPercentageHandleSize(float newSize)RTTIvoid SetInputDisabled(bool disabled)RTTIvoid ChangeValue(float newValue)RTTIvoid ChangeProgress(float newValue)RTTIvoid Next()RTTIvoid Prior()RTTIink.WidgetReference GetSlidingAreaRef()RTTIink.WidgetReference GetHandleRef()RTTIvoid HACK_SetDisabledForHDRCalibrationScreen()RTTIbool OnInitialize()RTTIbool OnUninitialize()RTTIbool OnPress(ink.PointerEvent e)RTTIbool OnRelease()RTTIbool OnHoverOver(ink.PointerEvent e)RTTIbool OnHoverOut(ink.PointerEvent e)RTTI