Click or drag to resize

TreeSetSelectMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Tree.SetSelectMode(Godot.Tree.SelectModeEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSelectMode is deprecated. Use the SelectMode property instead.")]
public void SetSelectMode(
	TreeSelectModeEnum mode
)

Parameters

mode
Type: GodotTreeSelectModeEnum

[Missing <param name="mode"/> documentation for "M:Godot.Tree.SetSelectMode(Godot.Tree.SelectModeEnum)"]

See Also