Click or drag to resize

TimerTimeLeft Property

The timer's remaining time in seconds. Returns 0 if the timer is inactive.

Note: You cannot set this value. To change the timer's remaining time, use Start(Single).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float TimeLeft { get; }

Property Value

Type: Single
See Also