Click or drag to resize

VisualShaderGetNodeConnections Method

Returns the list of connected nodes with the specified type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetNodeConnections(
	VisualShaderType type
)

Parameters

type
Type: GodotVisualShaderType

[Missing <param name="type"/> documentation for "M:Godot.VisualShader.GetNodeConnections(Godot.VisualShader.Type)"]

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.VisualShader.GetNodeConnections(Godot.VisualShader.Type)"]

See Also