Class EngineTicker
java.lang.Object
com.blackrook.engine.EngineTicker
An update thread class that updates all updatable objects on a set interval.
- Author:
- Matthew Tropiano
-
Method Summary
-
Method Details
-
start
public void start()Starts the updater. -
stop
public void stop()Stops the updater.
-