isometric
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
isometric
isometric-compose
/
io.github.jayteealao.isometric.compose.runtime
/
AdvancedSceneConfig
/
onRenderError
on
Render
Error
val
onRenderError
:
(
commandId
:
String
,
error
:
Throwable
)
->
Unit
?
Parameters
on
Render
Error
Called when a render command fails. Receives the command ID and the thrown
Throwable
.