SetTargetFPS method
Set target FPS (maximum)
Implementation
void SetTargetFPS(
num fps,
) => run(
() => _debugLabels.SetTargetFPS(fps),
() => _flat.SetTargetFPS(
fps.toInt(),
),
);
Set target FPS (maximum)
void SetTargetFPS(
num fps,
) => run(
() => _debugLabels.SetTargetFPS(fps),
() => _flat.SetTargetFPS(
fps.toInt(),
),
);