struct
ItemDragEvent
public sealed struct ItemDragEvent Properties
| Name | Type | Description |
|---|---|---|
KeyboardModifiers | KeyboardModifiers | |
HasShift | Boolean | |
HasCtrl | Boolean | |
HasAlt | Boolean | |
Data | DragData |
Fields
| Name | Type | Description |
|---|---|---|
LocalPosition | Vector2 | |
Item | VirtualWidget | |
DropEdge | ItemEdge | |
IsDrop | Boolean | If true, this is a drop - not just a hover |
Assembly:
Sandbox.Tools Declaring Type: BaseItemWidget Full Name: Editor.BaseItemWidget.ItemDragEvent