Status Bar API

editor.setStatusBar(text, uiCallback)
  • text - the text shown in the status bar
  • uiCallback - a function that will render additional imgui UI elements (progress bars, buttons etc), make sure to use imgui.SameLine() between them. (optional callback)

Sets the current status bar text and optional UI. The status bar will be visible only when the text is non empty.

editor.hideStatusBar()

Hides the status bar. Please always use this function after your operation was completed.

Last modified: 7 December 2021, at 14:30

Any further questions?

Join our discord