DraggableDescriptor Class
Describes the dragging-behavior of a control's. A draggable control can be used to implement control's like sliders or scrollbars.
Properties
axisX
Boolean
Indicates if the control' can be dragged along x-axis.
axisY
Boolean
Indicates if the control' can be dragged along y-axis.
rect
Number
The tracking-area, the control' can only be dragged inside that area.
step
Number
Cannot be set but accessed through a binding-expression to access the current step if step-wise dragging is enabled.
steps
Number
Enables step-wise dragging with the specified number of steps. That is useful for step-wise slider-control like the message-speed slider in default in-game UI.
Default: null