Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInputPorts()

Retrieves all input ports on the node in the order they are displayed.
Read time 1 minuteLast updated 6 days ago

Definition

public IEnumerable<IPort> GetInputPorts()

Returns

Type

Description

IEnumerable<IPort>An
IEnumerable
of input ports.