The options used to export a project.
More...
#include <ExporterHelper.h>
|
gd::Project & | project |
|
gd::String | exportPath |
|
gd::String | target |
|
gd::String | fallbackAuthorUsername |
|
gd::String | fallbackAuthorId |
|
The options used to export a project.
◆ ExportOptions()
gdjs::ExportOptions::ExportOptions |
( |
gd::Project & |
project_, |
|
|
const gd::String & |
exportPath_ |
|
) |
| |
|
inline |
- Parameters
-
project_ | The project to export |
exportPath_ | The path in the filesystem where to export the files |
◆ SetTarget()
ExportOptions& gdjs::ExportOptions::SetTarget |
( |
const gd::String & |
target_ | ) |
|
|
inline |
Set the (optional) target platform.
- Parameters
-
target_ | The target platform (cordova , facebookInstantGames or electron ) |
The documentation for this struct was generated from the following file: