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 Detail

      • init

        default void init()