Click or drag to resize

Curve3DSetPointOut Method

Sets the position of the control point leading out of 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 SetPointOut(
	int idx,
	Vector3 position
)

Parameters

idx
Type: SystemInt32

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

position
Type: GodotVector3

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

See Also