Abstract Public SelfAbstractisDetermines if the drag is supported for the specified resourceMeta.
AbstractonAborts the active drag operation. If a user cancel occurs, this method will be invoked before onEndDrag.
AbstractonFinishes the current drag operation and applies the drag. This method will be invoked before onEndDrag.
AbstractonEnds the active drag operation. Before this method is called either onCancelDrag or onDrop is invoked.
VirtualReturns scene objects that must be excluded when updating the picking cache. Called after onDragStart, but before onUpdateDrag.
AbstractonStarts the drag for the specified `resourceMeta``
AbstractonUpdates the drag for the specified position.
The ResourceDragDropInteractionHandler class implements a handler for a resource drag and drop operation initiated by the ResourceDragDropViewportInteraction.