Package com.prineside.tdi2.systems
Interface RenderSystem.LayerRenderer
- All Known Implementing Classes:
 LJ_TDI_systems.LayerRenderer_CB.LIP
- Enclosing class:
 - RenderSystem
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidrender(com.badlogic.gdx.graphics.g2d.Batch batch, float realDeltaTime, float inGameDeltaTime, float interpolatedDeltaTime)  
- 
Method Details
- 
render
void render(com.badlogic.gdx.graphics.g2d.Batch batch, float realDeltaTime, float inGameDeltaTime, float interpolatedDeltaTime)  
 -