Editor Export Settings Dialog is completed!! Now on to make some exporters..
This commit is contained in:
parent
5e3fc7d069
commit
f6950956bd
23 changed files with 1246 additions and 2237 deletions
|
|
@ -2384,10 +2384,11 @@ EditorExportPlatformUWP::EditorExportPlatformUWP() {
|
|||
|
||||
EditorExportPlatformUWP::~EditorExportPlatformUWP() {}
|
||||
|
||||
|
||||
#endif
|
||||
void register_uwp_exporter() {
|
||||
|
||||
#if 0
|
||||
Ref<EditorExportPlatformUWP> exporter = Ref<EditorExportPlatformUWP>(memnew(EditorExportPlatformUWP));
|
||||
EditorImportExport::get_singleton()->add_export_platform(exporter);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue