Click or drag to resize

CurveSetPointValue Method

Assigns the vertical position y to the point at index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPointValue(
	int index,
	float y
)

Parameters

index
Type: SystemInt32

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

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Godot.Curve.SetPointValue(System.Int32,System.Single)"]

See Also