Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphChanges

The set of changes recorded on the graph during the current Graph.OnGraphChanged callback.
Read time 1 minuteLast updated 6 days ago

Definition

public GraphChanges GraphChanges { get; }

Remarks

Inspect the collections on GraphChanges (nodes, variables, constant nodes, and subgraph nodes) to react to what was added, removed, or modified. Only valid inside Graph.OnGraphChanged.