Click or drag to resize

AnimationBezierTrackInterpolate Method

Returns the interpolated value at the given time (in seconds). The track_idx must be the index of a Bezier Track.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float BezierTrackInterpolate(
	int trackIdx,
	float time
)

Parameters

trackIdx
Type: SystemInt32

[Missing <param name="trackIdx"/> documentation for "M:Godot.Animation.BezierTrackInterpolate(System.Int32,System.Single)"]

time
Type: SystemSingle

[Missing <param name="time"/> documentation for "M:Godot.Animation.BezierTrackInterpolate(System.Int32,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Animation.BezierTrackInterpolate(System.Int32,System.Single)"]

See Also