Click or drag to resize

EditorInterfaceEditNode Method

Edits the given Node. The node will be also selected if it's inside the scene tree.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void EditNode(
	Node node
)

Parameters

node
Type: GodotNode

[Missing <param name="node"/> documentation for "M:Godot.EditorInterface.EditNode(Godot.Node)"]

See Also