Click or drag to resize

VisualShaderNodeGroupBaseSetOutputPortName Method

Renames the specified output port.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetOutputPortName(
	int id,
	string name
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.VisualShaderNodeGroupBase.SetOutputPortName(System.Int32,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.VisualShaderNodeGroupBase.SetOutputPortName(System.Int32,System.String)"]

See Also