Function Timer.autostart
If true
, the timer will automatically start when entering the scene tree.
Note: This property is automatically set to false
after the timer enters the scene tree and starts.
bool autostart() nothrow @property @nogc;
void autostart
(
bool v
) nothrow @property @nogc;