Click or drag to resize

CurveSetPointRightMode Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPointRightMode(
	int index,
	CurveTangentMode mode
)

Parameters

index
Type: SystemInt32

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

mode
Type: GodotCurveTangentMode

[Missing <param name="mode"/> documentation for "M:Godot.Curve.SetPointRightMode(System.Int32,Godot.Curve.TangentMode)"]

See Also