Click or drag to resize

GraphNodeSetSelected Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GraphNode.SetSelected(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSelected is deprecated. Use the Selected property instead.")]
public void SetSelected(
	bool selected
)

Parameters

selected
Type: SystemBoolean

[Missing <param name="selected"/> documentation for "M:Godot.GraphNode.SetSelected(System.Boolean)"]

See Also