How does C# use timer.start?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MorseSun

How does C# use timer.start?
Why did I write “timer.start ()” in C# and not enable Timer? Is this not supported by the API? public void start_invincinility(float timer) { invincible=true; _timer.Start(); EmitSignal(nameof(invincibility_started)); }