OffscreenMultiRenderer

abstract class OffscreenMultiRenderer : OffscreenRenderer

Offscreen multi-renderer. Implement this class to render multiple images without displaying them on screen.

Constructors

OffscreenMultiRenderer
Link copied to clipboard
common
fun OffscreenMultiRenderer()

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.