Class TouchDragGesture
Inheritance
System.Object
TouchDragGesture
Syntax
public class TouchDragGesture : TouchGesture, IGesture
Methods
Update()
Declaration
public override void Update()
Overrides
Events
onDrag
Declaration
public event Action<Vector2, int> onDrag
Event Type
| Type |
Description |
| System.Action<Vector2, System.Int32> |
|
onDragEnd
Declaration
public event Action<Vector2, int> onDragEnd
Event Type
| Type |
Description |
| System.Action<Vector2, System.Int32> |
|
onDragStart
Declaration
public event Action<Vector2, int> onDragStart
Event Type
| Type |
Description |
| System.Action<Vector2, System.Int32> |
|