This site requires JavaScript, please enable it in your browser!
Greenfoot back
Yehuda
Yehuda wrote ...

2017/6/22

Simulation Speed

Yehuda Yehuda

2017/6/22

#
In a scenario to get the simulation speed I have to do the following:
int simulationSpeed = greenfoot.core.Simulation.getInstance().getSpeed();
Why can't there just be a method in class Greenfoot for retrieving the simulation/execution speed?
You need to login to post a reply.