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