Click or drag to resize

Path2DGetCurve Method

Note: This API is now obsolete.

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

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

Return Value

Type: Curve2D

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

See Also