Click or drag to resize

CurveInterpolate Method

Returns the Y value for the point that would exist at the X position offset along the curve.

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

Parameters

offset
Type: SystemSingle

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

Return Value

Type: Single

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

See Also