Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddSubgraphNode(Graph, Vector2)

Creates and adds a new subgraph node referencing an existing Graph asset.
Read time 1 minuteLast updated 6 days ago

Definition

public ISubgraphNode AddSubgraphNode(Graph subgraph, Vector2 position)

Parameters

subgraph

The Graph asset to reference.

position

The position of the node.

Returns

Type

Description

ISubgraphNodeThe newly created subgraph node.

Remarks

Enclose this method with Graph.UndoBeginRecordGraph and Graph.UndoEndRecordGraph to add this operation to the undo stack and to update the graph view with the changes.