EditorExportPlugin.addFile

Adds a custom file to be exported. path is the virtual path that can be used to load the file, file is the binary data of the file. If remap is true, file will not be exported, but instead remapped to the given path.

struct EditorExportPlugin
@nogc nothrow
void
addFile
(
in String path
,
in PoolByteArray file
,
in bool remap
)

Meta