public abstract class BaseSubScreen extends BaseScreen implements SubScreen
content, context, transition| Constructor and Description |
|---|
BaseSubScreen(com.badlogic.gdx.utils.viewport.Viewport viewport,
Content content)
Constructs a basic screen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setModal(boolean modal)
If set to true the screen won't consume touch events.
|
dispose, getContent, onActivate, onAdd, onDeactivate, onPause, onRender, onResize, onResume, onUpdate, setInTransition, setOutTransitionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContent, onActivate, onAdd, onDeactivate, onPause, onRender, onResize, onResume, onUpdate, setInTransition, setOutTransitionpublic BaseSubScreen(com.badlogic.gdx.utils.viewport.Viewport viewport,
Content content)
viewport - viewport, which should be used to manage glViewportcontent - content of the screen