Struct GraphViewChange
Inherited Members
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public struct GraphViewChangeFields
| Improve this Doc View SourceedgesToCreate
Declaration
public List<Edge> edgesToCreateField Value
| Type | Description | 
|---|---|
| List<Edge> | 
elementsToRemove
Declaration
public List<GraphElement> elementsToRemoveField Value
| Type | Description | 
|---|---|
| List<GraphElement> | 
movedElements
Declaration
public List<GraphElement> movedElementsField Value
| Type | Description | 
|---|---|
| List<GraphElement> | 
moveDelta
Declaration
public Vector2 moveDeltaField Value
| Type | Description | 
|---|---|
| Vector2 |