Click or drag to resize

Curve3DSetPointPosition Method

Sets the position for the vertex idx. If the index is out of bounds, the function sends an error to the console.

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

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.Curve3D.SetPointPosition(System.Int32,Godot.Vector3)"]

position
Type: GodotVector3

[Missing <param name="position"/> documentation for "M:Godot.Curve3D.SetPointPosition(System.Int32,Godot.Vector3)"]

See Also