time property

double time

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

Implementation

double get time => _time;