Screen

constructor()


constructor(screenWidth: Float, screenHeight: Float)

Parameters

screenWidth

the width of the screen

screenHeight

the height of the screen


constructor(name: String)

Parameters

name

The name of the screen


constructor(name: String, screenWidth: Float, screenHeight: Float)

Parameters

screenWidth

the width of the screen

screenHeight

the height of the screen

name

The name of the screen