Interface Updatable
- All Known Implementing Classes:
Application
,Scene
,SystemManager
,Timer.Interval
,Timer.RandomInterval
,Timer.TimedAction
,Timer.Timeout
,World
public interface Updatable
-
Method Summary
-
Method Details
-
update
void update(float deltaTime) Updates this object every frame.- Parameters:
deltaTime
- Delta time in seconds
-