Click or drag to resize

GraphNodeClearSlot Method

Disables input and output slot whose index is idx.

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

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.GraphNode.ClearSlot(System.Int32)"]

See Also