Click or drag to resize

GraphNodeGetConnectionOutputCount Method

Returns the number of enabled output slots (connections) of the GraphNode.

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.GraphNode.GetConnectionOutputCount"]

See Also