Interface EngineUpdateHandler
- All Known Subinterfaces:
EngineUpdateListener, State
- All Known Implementing Classes:
StateManager
public interface EngineUpdateHandler
Update handler methods.
- Author:
- Matthew Tropiano
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(long tick, long currentNanos) Updates this component.
-
Method Details
-
update
void update(long tick, long currentNanos) Updates this component.- Parameters:
tick- the current tick in the updater (counts upward each update).currentNanos- the current nanotime for the update frame.
-