CarTextLayerHost

class CarTextLayerHost : CustomLayerHost

Constructors

Link copied to clipboard
fun CarTextLayerHost()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun contextLost()
Link copied to clipboard
open override fun deinitialize()
Link copied to clipboard
open override fun initialize()
Link copied to clipboard
fun offerBitmap(bitmap: Bitmap?)

Thread-safe function to refresh the texture bitmap. One of the upcoming render calls will load the bitmap to the GPU.

Link copied to clipboard
open override fun render(parameters: CustomLayerRenderParameters)

Properties

Link copied to clipboard
val mapScene: CarScene2d