Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


INodeExtensions

Provides extension methods related to nodes and ports in a graph.
Read time 1 minuteLast updated 6 days ago

Definition

public static class INodeExtensions

Remarks

This static class defines utility methods that simplify interactions between graph components, such as retrieving the INode associated with a given IPort.

Static Methods

Method

Description

GetNodeRetrieves the INode that owns the specified port.