Click or drag to resize

VisualShaderNodeGroupBaseAddInputPort Method

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

Parameters

id
Type: SystemInt32

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

type
Type: SystemInt32

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

name
Type: SystemString

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

See Also