Class ViewportDragHandlers.DragDropEventArgs
The custom drag drop event arguments.
Namespace: FlaxEditor.Viewport
Assembly: FlaxEngine.CSharp.dll
Syntax
public class DragDropEventArgs : DragEventArgs
Constructors
DragDropEventArgs()
Declaration
public DragDropEventArgs()
Fields
Hit
The hit.
Declaration
public SceneGraphNode Hit
Field Value
FlaxEditor.SceneGraph.SceneGraphNode
|