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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
void
setInGameDeltaTime
(float inGameDeltaTime) void
setInterpolatedTime
(float interpolatedTime) void
setRealDeltaTime
(float realDeltaTime) Methods inherited from class com.prineside.tdi2.events.StoppableEvent
isStopped, stop
-
Constructor Details
-
Render
public Render(float realDeltaTime, float inGameDeltaTime)
-
-
Method Details
-
getRealDeltaTime
public float getRealDeltaTime() -
setRealDeltaTime
public void setRealDeltaTime(float realDeltaTime) -
getInGameDeltaTime
public float getInGameDeltaTime() -
setInGameDeltaTime
public void setInGameDeltaTime(float inGameDeltaTime) -
getInterpolatedTime
public float getInterpolatedTime() -
setInterpolatedTime
public void setInterpolatedTime(float interpolatedTime)
-