EditorPlugin.makeVisible

This function will be called when the editor is requested to become visible. It is used for plugins that edit a specific object type. Remember that you have to manage the visibility of all your editor controls manually.

struct EditorPlugin
@nogc nothrow
void
makeVisible
(
in bool visible
)

Meta