Click or drag to resize

Line2DSetRoundPrecision Method

Note: This API is now obsolete.

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

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

Parameters

precision
Type: SystemInt32

[Missing <param name="precision"/> documentation for "M:Godot.Line2D.SetRoundPrecision(System.Int32)"]

See Also