Click or drag to resize

CurveInterpolateBaked Method

Returns the Y value for the point that would exist at the X position offset along the curve using the baked cache. Bakes the curve's points if not already baked.

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

Parameters

offset
Type: SystemSingle

[Missing <param name="offset"/> documentation for "M:Godot.Curve.InterpolateBaked(System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Curve.InterpolateBaked(System.Single)"]

See Also