Interface AbstractRenderSystem.RenderSystemRunnable
-
- Enclosing class:
- AbstractRenderSystem
public static interface AbstractRenderSystem.RenderSystemRunnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(AbstractRenderSystem renderSystem, com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera)
-
-
-
Method Detail
-
run
void run(AbstractRenderSystem renderSystem, com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera)
-
-