Virtual Application
class VirtualApplication(config: AppConfig, tileGrid: InternalTileGrid) : BaseApplication
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
renderer
Link copied to clipboard
tileGrid
Link copied to clipboard
The tile grid that's being continuously rendered by this Application.
Sources
(source)
Link copied to clipboard