GameHelperBase.update

Implement this to update your game state by a single fixed timestep. You should check for user input state here.

Return true if something visibly changed to queue a frame redraw asap.

class GameHelperBase
deprecated
bool
update
()

Meta

History

Previous to August 27, 2022, this took an argument. This was a design flaw.

Suggestion Box / Bug Report