SetTargetFPS method
Implementation
void SetTargetFPS(
num fps,
) => run(
() => 'SetTargetFPS($fps)',
() => rl.Core.SetTargetFPS(fps.toInt()),
);
void SetTargetFPS(
num fps,
) => run(
() => 'SetTargetFPS($fps)',
() => rl.Core.SetTargetFPS(fps.toInt()),
);