Click or drag to resize

CurveRemovePoint Method

Removes the point at index from the curve.

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

Parameters

index
Type: SystemInt32

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

See Also