Click or drag to resize

TimerOneShot Property

If true, the timer will stop when reaching 0. If false, it will restart.

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

Property Value

Type: Boolean
See Also