Package com.prineside.tdi2.events.game
Class GameStateTick
java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.game.GameStateTick
- All Implemented Interfaces:
Event
One frame of the game state has been processed.
(A) Triggered by GameStateSystem in its update() method, before it checks for game over.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.prineside.tdi2.events.StoppableEvent
isStopped, stop
-
Constructor Details
-
GameStateTick
public GameStateTick(float deltaTime)
-
-
Method Details
-
getDeltaTime
public float getDeltaTime() -
setDeltaTime
-