Interface SubSystem

  • All Superinterfaces:
    Renderable, Updatable
    All Known Implementing Classes:
    Button, EffectManager, SelectBox, TextField, TextLabel, Widget

    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()