EditorExportPlugin._exportFile

Virtual method to be overridden by the user. Called for each exported file, providing arguments that can be used to identify the file. path is the path of the file, type is the Resource represented by the file (e.g. PackedScene) and features is the list of features for the export. Calling skip inside this callback will make the file not included in the export.

struct EditorExportPlugin
@nogc nothrow
void
_exportFile
(
in String path
,
in String type
,
in PoolStringArray features
)

Meta