Click or drag to resize

Curve2DSetPointIn Method

Sets the position of the control point leading to the vertex idx. If the index is out of bounds, the function sends an error to the console. The position is relative to the vertex.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPointIn(
	int idx,
	Vector2 position
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.Curve2D.SetPointIn(System.Int32,Godot.Vector2)"]

position
Type: GodotVector2

[Missing <param name="position"/> documentation for "M:Godot.Curve2D.SetPointIn(System.Int32,Godot.Vector2)"]

See Also