Click or drag to resize

SceneTreeTimerSetTimeLeft Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SceneTreeTimer.SetTimeLeft(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTimeLeft is deprecated. Use the TimeLeft property instead.")]
public void SetTimeLeft(
	float time
)

Parameters

time
Type: SystemSingle

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

See Also