Click or drag to resize

PathSetCurve Method

Note: This API is now obsolete.

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

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(
	Curve3D curve
)

Parameters

curve
Type: GodotCurve3D

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

See Also