Engine.update

Update the engine. This causes the engine update loop to run, calling update on all the systems in the engine.

class Engine
void
update
(
Duration time_a
)

Parameters

time_a Duration

The duration of this update step.

Meta