The DragSupport class is a touch sliding control.

DragSupport 类是触摸滑动控件。

构造函数

属性

area: Rectangle

The sliding area.

滑动范围。

autoStart: boolean = false

Indicates whether to automatically start dragging when the mouse is pressed.

表示鼠标按下时是否自动开始拖拽。

elasticBackTime: number = 300

The time for elastic back in milliseconds.

橡皮筋回弹时间,单位为毫秒。

elasticDistance: number = 0

The maximum elastic distance.

橡皮筋最大值。

hasInertia: boolean = false

Indicates whether the dragging has inertia.

表示拖动是否有惯性。

maxOffset: number = 60

The maximum offset per frame.

单帧最大偏移量。

ratio: number = 0.92

The damping ratio for easing.

缓动衰减系数。

target: Sprite

The object being dragged.

被拖动的对象。

访问器

方法