Stage

abstract class Stage

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun action()
Link copied to clipboard
abstract fun background(): Texture
Link copied to clipboard
abstract fun nextStage(): Stage
Link copied to clipboard
open fun paint(g: Graphics2D)
Link copied to clipboard
abstract fun toNextStage(): Boolean