Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ChangedSubgraphNode

Describes a single subgraph node that was added, or modified, paired with the categories of changes that affected it.
Read time 1 minuteLast updated 6 days ago

Definition

public readonly struct ChangedSubgraphNode

Remarks

A removed ChangedSubgraphNode.SubgraphNode does not have a matching ChangedSubgraphNode.
For a usage example, see GraphChanges.

Properties

Property

Description

ChangeKindsThe categories of changes that affected this subgraph node, as a set of ChangeKind flags.
IDThe unique identifier of the subgraph node.
SubgraphNodeThe subgraph node that was modified.