GetFrameTime method

double GetFrameTime()

Get time in seconds for last frame drawn (delta time)

Implementation

double GetFrameTime() => run(
  () => _debugLabels.GetFrameTime(),
  () => _flat.GetFrameTime(),
);