Click or drag to resize

VisualShaderSetNodePosition Method

Sets the position of the specified node.

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

Parameters

type
Type: GodotVisualShaderType

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

id
Type: SystemInt32

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

position
Type: GodotVector2

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

See Also