Click or drag to resize

CurveSetPointRightTangent Method

Sets the right tangent angle for the point at index to tangent.

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

Parameters

index
Type: SystemInt32

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

tangent
Type: SystemSingle

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

See Also