This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

Port.Create

Declaration

public static Experimental.GraphView.Port Create(Tilemaps.Tilemap.Orientation orientation, Experimental.GraphView.Direction direction, Experimental.GraphView.Port.Capacity capacity, Type type);

Parameters

presenter (obsolete).
orientation Orientation.
direction Direction.
capacity Multi vs. Single.
type Port data type.

Returns

Port The new port.

Description

Factory method for creating a port.