Application
interface Application
Content copied to clipboard
An Application enhances a TileGrid with continuous rendering, and some additional functionality for starting, pausing, resuming and stopping it.
Functions
afterRender
Link copied to clipboard
beforeRender
Link copied to clipboard
start
Link copied to clipboard
abstract fun start()
Content copied to clipboard
Initializes this Application and starts continuous rendering.
stop
Link copied to clipboard
abstract fun stop()
Content copied to clipboard
Stops this Application and frees all of its resources.
Properties
tileGrid
Link copied to clipboard
The tile grid that's being continuously rendered by this Application.
Inheritors
BaseApplication
Link copied to clipboard
Sources
(source)
Link copied to clipboard