Click or drag to resize

GraphEditSetRightDisconnects Method

Note: This API is now obsolete.

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

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

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.GraphEdit.SetRightDisconnects(System.Boolean)"]

See Also