Click or drag to resize

Curve2DGetPointIn Method

Returns the position of the control point leading to the vertex idx. The returned position is relative to the vertex idx. If the index is out of bounds, the function sends an error to the console, and returns (0, 0).

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

Parameters

idx
Type: SystemInt32

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.Curve2D.GetPointIn(System.Int32)"]

See Also