Uses of Enum Class
rekit.logic.scene.Scenes
Packages that use Scenes
-
Uses of Scenes in rekit.logic
Methods in rekit.logic with parameters of type ScenesModifier and TypeMethodDescriptionvoid
GameModel.switchScene
(Scenes s) Switch to scene with default parameters.void
GameModel.switchScene
(Scenes s, String... options) Switch to a differentScenes
.# The new Scene will be initialized an started immediately. -
Uses of Scenes in rekit.logic.scene
Methods in rekit.logic.scene that return ScenesModifier and TypeMethodDescriptionstatic Scenes
Scenes.getByInstance
(IScene scene) Get the corresponding instance of the scene.static Scenes
Returns the enum constant of this class with the specified name.static Scenes[]
Scenes.values()
Returns an array containing the constants of this enum class, in the order they are declared.