Companion

actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
actual fun getInstance(width: Int, height: Int): OffscreenActionExecutor

Returns a new instance of OffscreenActionExecutor using frame buffer with a given width and height.

expect fun getInstance(width: Int, height: Int): OffscreenActionExecutor

Returns a new instance of OffscreenActionExecutor using frame buffer with a given width and height.

actual fun getInstance(width: Int, height: Int): OffscreenActionExecutor

Returns a new instance of OffscreenActionExecutor using frame buffer with a given width and height.