Click or drag to resize

EditorSelectionRemoveNode Method

Removes a node from the selection.

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

Parameters

node
Type: GodotNode

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

See Also