Click or drag to resize

NodeSetDisplayFolded Method

Sets the folded state of the node in the Scene dock.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetDisplayFolded(
	bool fold
)

Parameters

fold
Type: SystemBoolean

[Missing <param name="fold"/> documentation for "M:Godot.Node.SetDisplayFolded(System.Boolean)"]

See Also