Property acceptStartDrag
acceptStartDrag
Delegate that will be called when a drag should be accepted during PointerDownEvent.
Declaration
public Func<Vector2, bool> acceptStartDrag { get; set; }
Property Value
Type | Description |
---|---|
Func<Vector2, bool> |
Remarks
If this delegate is not set (or set to null), the drag will be accepted by default.