Class DragInterceptedEventArgs
Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to
restore normal drag and drop behavior.
public sealed class DragInterceptedEventArgs : EventArgs
- Inheritance
-
DragInterceptedEventArgs
- Inherited Members
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
public DragData Data { get; set; }