Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSubgraph()

Retrieves the subgraph linked to this node.
Read time 1 minuteLast updated 7 days ago

Definition

Graph GetSubgraph()

Returns

Type

Description

GraphThe Graph instance that this node references.

Remarks

Call this method to access the subgraph that provides the behavior for this node. The subgraph defines input and output variables that appear as ports on the subgraph node. This method does not create or modify the subgraph.