Click or drag to resize

VisualShader.RemoveNode Method

Removes the specified node from the shader.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveNode(
	VisualShader.Type type,
	int id
)

Parameters

type
Type: Godot.VisualShader.Type

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

id
Type: System.Int32

[Missing <param name="id"/> documentation for "M:Godot.VisualShader.RemoveNode(Godot.VisualShader.Type,System.Int32)"]

See Also