Package gaiasky.render.system
Interface AbstractRenderSystem.RenderSystemRunnable
- All Known Implementing Classes:
LightPositionUpdater
- Enclosing class:
AbstractRenderSystem
public static interface AbstractRenderSystem.RenderSystemRunnable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(AbstractRenderSystem renderSystem, com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera)
-
Method Details
-
run
void run(AbstractRenderSystem renderSystem, com.badlogic.gdx.utils.Array<IRenderable> renderables, ICamera camera)
-