Click or drag to resize

VisualShaderRemoveNode Method

Removes the specified node from the shader.

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

Parameters

type
Type: GodotVisualShaderType

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

id
Type: SystemInt32

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

See Also