EditorExportPlugin._exportBegin

Virtual method to be overridden by the user. It is called when the export starts and provides all information about the export. features is the list of features for the export, is_debug is true for debug builds, path is the target path for the exported project. flags is only used when running a runnable profile, e.g. when using native run on Android.

struct EditorExportPlugin
@nogc nothrow
void
_exportBegin
(
in PoolStringArray features
,
in bool is_debug
,
in String path
,
in long flags
)

Meta