Click or drag to resize

Line2DRemovePoint Method

Removes the point at index i from the line.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemovePoint(
	int i
)

Parameters

i
Type: SystemInt32

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

See Also