Click or drag to resize

PathGetCurve Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Path.GetCurve"]

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

Return Value

Type: Curve3D

[Missing <returns> documentation for "M:Godot.Path.GetCurve"]

See Also