Click or drag to resize

Curve3DGetBakedLength Method

Returns the total length of the curve, based on the cached points. Given enough density (see BakeInterval), it should be approximate enough.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetBakedLength()

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Curve3D.GetBakedLength"]

See Also