dragOffset : Phaser.Point The offset from the Sprites
globalToLocalY(y) Warning: EXPERIMENTAL Parameters Name
setDragLock(allowHorizontal, allowVertical) Restricts this sprite to drag
disableDrag() Stops this sprite from being able to be dragged.If it is currently the target of an active drag it will be stopped
scaleLayer : boolean EXPERIMENTAL: Please do not use this property unless you know what it does. Likely to change in the future
dragStopBlocksInputUp : boolean If enabled, when the Sprite stops being dragged, it will only dispatch the onDragStop
startDrag(pointer) Called by Pointer when drag starts on this Sprite. Should not usually be called directly. Parameters
allowVerticalDrag : boolean Controls if the Sprite is allowed to be dragged vertically.
pointerX(pointerId) → {number} The x coordinate of the Input pointer
checkPixel(x, y, pointer) → {boolean} Runs a pixel perfect check against
Page 3 of 7