Click or drag to resize

VisualShaderGetNodeList Method

Returns the list of all nodes in the shader with the specified type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int[] GetNodeList(
	VisualShaderType type
)

Parameters

type
Type: GodotVisualShaderType

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

Return Value

Type: Int32

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

See Also