Click or drag to resize

GradientRemovePoint Method

Removes the color at the index point.

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

Parameters

point
Type: SystemInt32

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

See Also