GraphViewChange
Set of changes in the graph that can be intercepted.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public struct GraphViewChange
Fields
Value | Description |
|---|---|
| edgesToCreate | Edges about to be created. |
| elementsToRemove | Elements about to be removed. |
| movedElements | Elements already moved. |
| moveDelta | The delta of the last move. |