Package nl.colorize.multimedialib.scene
Interface SubSystem
-
- All Superinterfaces:
Renderable,Updatable
public interface SubSystem extends Updatable, Renderable
Functional area that is part of a larger scene. Subsystems can contain logic, graphics, or both.Subsystems are very similar to scenes, but have a smaller functional scope. Also, multiple subsystems can be active simultaneously, while only one scene can be active at the same time.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidinit()-
Methods inherited from interface nl.colorize.multimedialib.renderer.Renderable
render
-
-