Package com.prineside.tdi2.events.game
Class Render
java.lang.Object
com.prineside.tdi2.events.StoppableEvent
com.prineside.tdi2.events.game.Render
- All Implemented Interfaces:
Event
-
Constructor Summary
ConstructorsConstructorDescriptionRender
(com.badlogic.gdx.graphics.g2d.Batch batch, float realDeltaTime, float inGameDeltaTime, float interpolatedDeltaTime) -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.graphics.g2d.Batch
getBatch()
float
float
float
setInGameDeltaTime
(float inGameDeltaTime) setInterpolatedDeltaTime
(float interpolatedDeltaTime) setRealDeltaTime
(float realDeltaTime) Methods inherited from class com.prineside.tdi2.events.StoppableEvent
isStopped, stop
-
Constructor Details
-
Render
public Render(com.badlogic.gdx.graphics.g2d.Batch batch, float realDeltaTime, float inGameDeltaTime, float interpolatedDeltaTime)
-
-
Method Details
-
getBatch
public com.badlogic.gdx.graphics.g2d.Batch getBatch() -
getRealDeltaTime
public float getRealDeltaTime() -
setRealDeltaTime
-
getInGameDeltaTime
public float getInGameDeltaTime() -
setInGameDeltaTime
-
getInterpolatedDeltaTime
public float getInterpolatedDeltaTime() -
setInterpolatedDeltaTime
-