Export preset configuration.
Export preset configuration. Instances of [EditorExportPreset] by editor UI and intended to be used a read-only configuration passed to the [EditorExportPlatform] methods when exporting the project.
Returns [code]true[/code], is "Advanced" toggle is enabled in the export dialog.
Returns string with a comma separated list of custom features.
Returns [Dictionary] of files selected in the "Resources" tab of the export dialog. Dictionary keys are file names and values are export mode - [code]"strip[/code], [code]"keep"[/code], or [code]"remove"[/code]. See also [method get_file_export_mode].
Returns number of files selected in the "Resources" tab of the export dialog.
Returns [code]true[/code], PCK directory encryption is enabled in the export dialog.
Returns [code]true[/code], PCK encryption is enabled in the export dialog.
Returns file filters to exclude during PCK encryption.
Returns file filters to include during PCK encryption.
Returns PCK encryption key.
Returns file filters to exclude during export.
Returns export file filter mode selected in the "Resources" tab of the export dialog.
Returns export target path.
Returns file export mode for the specified file.
Returns array of files to export.
Returns file filters to include during export.
Returns export option value or value of environment variable if it is set.
Returns the list of packs on which to base a patch export on.
Returns export preset name.
Returns script export mode.
Returns the preset's version number, or fall back to the [member ProjectSettings.application/config/version] project setting if set to an empty string.
If [param windows_version] is [code]true[/code], formats the returned version number to be compatible with Windows executable metadata.
Returns [code]true[/code] if preset has specified property.
Returns [code]true[/code] if specified file is exported.
Returns [code]true[/code] if dedicated server export mode is selected in the export dialog.
Returns [code]true[/code] if "Runnable" toggle is enabled in the export dialog.