Click or drag to resize

VisualShaderNodeGroupBaseSetInputPortType Method

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

Parameters

id
Type: SystemInt32

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

type
Type: SystemInt32

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

See Also