Package nl.colorize.multimedialib.scene
Interface Subsystem
-
- All Superinterfaces:
Renderable,Updatable
- All Known Implementing Classes:
EffectManager
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.scene.Renderable
render
-
-