Click or drag to resize

VisualShaderNodeGroupBaseGetFreeOutputPortId Method

Returns a free output port ID which can be used in AddOutputPort(Int32, Int32, String).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetFreeOutputPortId()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.VisualShaderNodeGroupBase.GetFreeOutputPortId"]

See Also