Click or drag to resize

GraphEditSetUseSnap Method

Note: This API is now obsolete.

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

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

Parameters

enable
Type: SystemBoolean

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

See Also