showDebugPanel

abstract suspend fun showDebugPanel(shouldBeShown: Boolean)

Sets whether the debug panel should be shown.

This is typically used to force the debug panel to a fixed configuration, and as such is not impacted by canToggleDebugPanel. Preventing toggling after calling this can be done through setting allowTogglingDebugPanel to false.

Parameters

shouldBeShown

setter for the shouldShowDebugPanel.