Tick vs. Timers

  • Tick() only runs if you enable it.
  • Setting off a Timer and starting/stopping Tick() is functionally equivalent.
  • The deciding factor is which code is more readable/maintainable.