Export preset configuration. Represents the configuration of an export preset, as created by the editor's export dialog. An [EditorExportPreset] instance is intended to be used a read-only configuration passed to the [EditorExportPlatform] methods when exporting the project. Returns [code]true[/code] if the "Advanced" toggle is enabled in the export dialog. Returns a comma-separated list of custom features added to this preset, as a string. See [url=$DOCS_URL/tutorials/export/feature_tags.html]Feature tags[/url] in the documentation for more information. Returns a dictionary of files selected in the "Resources" tab of the export dialog. The dictionary's keys are file paths, and its values are the corresponding export modes: [code]"strip"[/code], [code]"keep"[/code], or [code]"remove"[/code]. See also [method get_file_export_mode]. Returns the number of files selected in the "Resources" tab of the export dialog. Returns [code]true[/code] if PCK directory encryption is enabled in the export dialog. Returns [code]true[/code] if 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 this export preset's name. Returns the value of the setting identified by [param name] using export preset feature tag overrides instead of current OS features. Returns the export mode used by GDScript files. [code]0[/code] for "Text", [code]1[/code] for "Binary tokens", and [code]2[/code] for "Compressed binary tokens (smaller files)". 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 the preset has the property named [param property]. Returns [code]true[/code] if the file at the specified [param path] will be exported. Returns [code]true[/code] if the dedicated server export mode is selected in the export dialog. Returns [code]true[/code] if the "Runnable" toggle is enabled in the export dialog.