Package nl.colorize.multimedialib.scene


package nl.colorize.multimedialib.scene
  • Class
    Description
    MultimediaLib applications are split into a number of scenes, each representing a discrete phase of the application.
    Provides access to the contents of the currently active scene, including the stage, the scene's graphics, and the underlying renderer.
    Finite state machine that allows a number of possible states, but can only have one currently active state at any point in time.
    Utility class for time-based behavior.
    Standardized interface for all objects that should be updated every frame during the animation loop.