GraphicsView.DragType

Editor.GraphicsView/DragTypes DragType { get; set; }

Description

What happens when the user drags the mouse. You generally want to toggle this in OnMouseDown to switch what happens with different mouse buttons.

Return

User Comments