Scene

abstract class Scene : Screen, AssetsUser

Inheritors

Constructors

Link copied to clipboard
constructor(sceneManager: SceneManager)

Functions

Link copied to clipboard
open fun addStage(stage: Stage)
Link copied to clipboard
open fun dispose()
Link copied to clipboard
abstract fun getAssets(): Map<String, Class>
Link copied to clipboard
abstract fun hide()
Link copied to clipboard
abstract fun pause()
Link copied to clipboard
open fun render(dt: Float)
Link copied to clipboard
abstract fun resize(width: Int, height: Int)
Link copied to clipboard
abstract fun resume()
Link copied to clipboard
open fun show()
Link copied to clipboard
open fun update(dt: Float)