EditorImportPlugin._import

Imports source_file into save_path with the import options specified. The platform_variants and gen_files arrays will be modified by this function. This method must be overridden to do the actual importing work. See this class' description for an example of overriding this method.

struct EditorImportPlugin
@nogc nothrow
long
_import
(
in String source_file
,
in String save_path
,
in Dictionary options
,,
in Array gen_files
)

Meta