Click or drag to resize

Path2DSetCurve Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Path2D.SetCurve(Godot.Curve2D)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCurve is deprecated. Use the Curve property instead.")]
public void SetCurve(
	Curve2D curve
)

Parameters

curve
Type: GodotCurve2D

[Missing <param name="curve"/> documentation for "M:Godot.Path2D.SetCurve(Godot.Curve2D)"]

See Also