Uses of Class
de.coreengine.system.Scene
-
Packages that use Scene Package Description de.coreengine.system -
-
Uses of Scene in de.coreengine.system
Methods in de.coreengine.system that return Scene Modifier and Type Method Description static Scene
Game. getCurrentScene()
Scene
GameObject. getScene()
Getting scene of this game object, by getting scene of the root game object of the treeMethods in de.coreengine.system with parameters of type Scene Modifier and Type Method Description static int
Game. registerScene(Scene scene)
Register scene in the game
-