Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ChangedSubgraphNodes

The subgraph nodes that were added or modified in this change event.
Read time 1 minuteLast updated 6 days ago

Definition

public IReadOnlyList<ChangedSubgraphNode> ChangedSubgraphNodes { get; }

Remarks

Each entry's ChangedSubgraphNode.ChangeKinds indicates the kind of change (e.g.
"Added"
, or one of the graph's standard change categories). Removed subgraph nodes are not reported.