Click or drag to resize

GraphNodeGetConnectionInputType Method

Returns the type of the input connection idx.

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

Parameters

idx
Type: SystemInt32

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.GraphNode.GetConnectionInputType(System.Int32)"]

See Also