EditorPlugin.build

This method is called when the editor is about to run the project. The plugin can then perform required operations before the project runs. This method must return a boolean. If this method returns false, the project will not run. The run is aborted immediately, so this also prevents all other plugins' build methods from running.

struct EditorPlugin
@nogc nothrow
bool
build
()

Meta