time method

double time([
  1. int group = 0
])

Returns the time that has elapsed for the systems in the group since the game has started (sum of all deltas).

Implementation

double time([int group = 0]) => _time[group]!;