Class SceneManager

  • All Implemented Interfaces:
    Renderable, SceneContext, Updatable

    public class SceneManager
    extends java.lang.Object
    implements Updatable, Renderable, SceneContext
    Implements a mechanism that divides the application life cycle into a number of separate scenes. One scene is marked as currently active, and will receive frame updates and render graphics for as a long as it is active. Scenes will also receive notifications whenever the active scene changes.