Click or drag to resize

TweenSeek Method

Sets the interpolation to the given time in seconds.

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

Parameters

time
Type: SystemSingle

[Missing <param name="time"/> documentation for "M:Godot.Tween.Seek(System.Single)"]

Return Value

Type: Boolean

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

See Also