EditorPlugin.addControlToBottomPanel

Add a control to the bottom panel (together with Output, Debug, Animation, etc). Returns a reference to the button added. It's up to you to hide/show the button when needed. When your plugin is deactivated, make sure to remove your custom control with removeControlFromBottomPanel and free it with queue_free().

struct EditorPlugin
@nogc nothrow
addControlToBottomPanel
(
StringArg1
)
(,
in StringArg1 title
)

Meta