Click or drag to resize

Curve3DRemovePoint Method

Deletes the point idx from the curve. Sends an error to the console if idx is out of bounds.

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

Parameters

idx
Type: SystemInt32

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

See Also