Base Application
abstract class BaseApplication(config: AppConfig, tileGrid: TileGrid, scope: CoroutineScope) : Application
Content copied to clipboard
Types
Functions
afterRender
Link copied to clipboard
open override fun afterRender(listener: (RenderData) -> Unit): Subscription
Content copied to clipboard
beforeRender
Link copied to clipboard
open override fun beforeRender(listener: (RenderData) -> Unit): Subscription
Content copied to clipboard
start
Link copied to clipboard
open override fun start()
Content copied to clipboard
Initializes this Application and starts continuous rendering.
stop
Link copied to clipboard
open override 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
VirtualApplication
Link copied to clipboard
Sources
(source)
Link copied to clipboard