Click or drag to resize

TreeSetHideFolding Method

Note: This API is now obsolete.

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

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

Parameters

hide
Type: SystemBoolean

[Missing <param name="hide"/> documentation for "M:Godot.Tree.SetHideFolding(System.Boolean)"]

See Also