Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetNodes()

Retrieves all nodes in the graph.
Read time 1 minuteLast updated 6 days ago

Definition

public IEnumerable<INode> GetNodes()

Returns

Type

Description

IEnumerable<INode>An
IEnumerable
of all INodes in the graph.

Remarks

Use this method to access every node in the graph. Nodes are returned in the order they were created.
The list includes:
It excludes BlockNodes, which are only accessible through their parent ContextNode.