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, List<IRenderable> renderables, ICamera camera)
-
Method Details
-
run
-