OnStartDragging(GraphElement)
This method is automatically called when an element of the stack is about to be dragged out of it.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public virtual void OnStartDragging(GraphElement ge)
Parameters
The GraphElement that is being dragged out of the stack.