Method | Description | |
---|---|---|
Cancel ( ) : void |
Cancel dragging. 取消拖动。
|
|
DragDropManager ( ) : System | ||
StartDrag ( |
Start dragging. 开始拖动。
|
Method | Description | |
---|---|---|
__dragEnd ( |
public StartDrag ( |
||
source | Source object. This is the object which initiated the dragging. | |
icon | string | Icon to be used as the dragging sign. |
sourceData | object | Custom data. You can get it in the onDrop event data. |
touchPointID | int | Copy the touchId from InputEvent to here, if has one. |
return | void |