Click or drag to resize

TreeItemSetDisableFolding Method

Note: This API is now obsolete.

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

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

Parameters

disable
Type: SystemBoolean

[Missing <param name="disable"/> documentation for "M:Godot.TreeItem.SetDisableFolding(System.Boolean)"]

See Also