frame method

int frame([
  1. int group = 0
])

Returns the current frame/how often the systems in group have been processed.

Implementation

int frame([int group = 0]) => _frame[group]!;