OffscreenRenderer

abstract class OffscreenRenderer

Offscreen renderer. Implement this class to render an image without displaying it on screen.

Constructors

OffscreenRenderer
Link copied to clipboard
common
fun OffscreenRenderer()

Functions

render
Link copied to clipboard
common
fun render()
Renders the image offscreen.

Properties

height
Link copied to clipboard
common
abstract val height: Int
Implement this property to define height of the rendered image.
width
Link copied to clipboard
common
abstract val width: Int
Implement this property to define width of the rendered image.

Inheritors

OffscreenMultiRenderer
Link copied to clipboard