Click or drag to resize

GraphNodeSetShowCloseButton Method

Note: This API is now obsolete.

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

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

Parameters

show
Type: SystemBoolean

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

See Also