Click or drag to resize

GraphEditSetSnap Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSnap is deprecated. Use the SnapDistance property instead.")]
public void SetSnap(
	int pixels
)

Parameters

pixels
Type: SystemInt32

[Missing <param name="pixels"/> documentation for "M:Godot.GraphEdit.SetSnap(System.Int32)"]

See Also