class_editorexportplatformwindows.rst 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.1/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.1/platform/windows/doc_classes/EditorExportPlatformWindows.xml.
  6. .. _class_EditorExportPlatformWindows:
  7. EditorExportPlatformWindows
  8. ===========================
  9. **Inherits:** :ref:`EditorExportPlatformPC<class_EditorExportPlatformPC>` **<** :ref:`EditorExportPlatform<class_EditorExportPlatform>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Exporter for Windows.
  11. .. rst-class:: classref-introduction-group
  12. Tutorials
  13. ---------
  14. - :doc:`Exporting for Windows <../tutorials/export/exporting_for_windows>`
  15. .. rst-class:: classref-reftable-group
  16. Properties
  17. ----------
  18. .. table::
  19. :widths: auto
  20. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`String<class_String>` | :ref:`application/company_name<class_EditorExportPlatformWindows_property_application/company_name>` |
  22. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`String<class_String>` | :ref:`application/console_wrapper_icon<class_EditorExportPlatformWindows_property_application/console_wrapper_icon>` |
  24. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`String<class_String>` | :ref:`application/copyright<class_EditorExportPlatformWindows_property_application/copyright>` |
  26. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`String<class_String>` | :ref:`application/file_description<class_EditorExportPlatformWindows_property_application/file_description>` |
  28. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  29. | :ref:`String<class_String>` | :ref:`application/file_version<class_EditorExportPlatformWindows_property_application/file_version>` |
  30. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  31. | :ref:`String<class_String>` | :ref:`application/icon<class_EditorExportPlatformWindows_property_application/icon>` |
  32. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`int<class_int>` | :ref:`application/icon_interpolation<class_EditorExportPlatformWindows_property_application/icon_interpolation>` |
  34. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`bool<class_bool>` | :ref:`application/modify_resources<class_EditorExportPlatformWindows_property_application/modify_resources>` |
  36. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  37. | :ref:`String<class_String>` | :ref:`application/product_name<class_EditorExportPlatformWindows_property_application/product_name>` |
  38. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  39. | :ref:`String<class_String>` | :ref:`application/product_version<class_EditorExportPlatformWindows_property_application/product_version>` |
  40. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`String<class_String>` | :ref:`application/trademarks<class_EditorExportPlatformWindows_property_application/trademarks>` |
  42. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`String<class_String>` | :ref:`binary_format/architecture<class_EditorExportPlatformWindows_property_binary_format/architecture>` |
  44. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`bool<class_bool>` | :ref:`binary_format/embed_pck<class_EditorExportPlatformWindows_property_binary_format/embed_pck>` |
  46. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`codesign/custom_options<class_EditorExportPlatformWindows_property_codesign/custom_options>` |
  48. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`String<class_String>` | :ref:`codesign/description<class_EditorExportPlatformWindows_property_codesign/description>` |
  50. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`int<class_int>` | :ref:`codesign/digest_algorithm<class_EditorExportPlatformWindows_property_codesign/digest_algorithm>` |
  52. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`bool<class_bool>` | :ref:`codesign/enable<class_EditorExportPlatformWindows_property_codesign/enable>` |
  54. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`String<class_String>` | :ref:`codesign/identity<class_EditorExportPlatformWindows_property_codesign/identity>` |
  56. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  57. | :ref:`int<class_int>` | :ref:`codesign/identity_type<class_EditorExportPlatformWindows_property_codesign/identity_type>` |
  58. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  59. | :ref:`String<class_String>` | :ref:`codesign/password<class_EditorExportPlatformWindows_property_codesign/password>` |
  60. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  61. | :ref:`bool<class_bool>` | :ref:`codesign/timestamp<class_EditorExportPlatformWindows_property_codesign/timestamp>` |
  62. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  63. | :ref:`String<class_String>` | :ref:`codesign/timestamp_server_url<class_EditorExportPlatformWindows_property_codesign/timestamp_server_url>` |
  64. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  65. | :ref:`String<class_String>` | :ref:`custom_template/debug<class_EditorExportPlatformWindows_property_custom_template/debug>` |
  66. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  67. | :ref:`String<class_String>` | :ref:`custom_template/release<class_EditorExportPlatformWindows_property_custom_template/release>` |
  68. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  69. | :ref:`int<class_int>` | :ref:`debug/export_console_wrapper<class_EditorExportPlatformWindows_property_debug/export_console_wrapper>` |
  70. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  71. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/cleanup_script<class_EditorExportPlatformWindows_property_ssh_remote_deploy/cleanup_script>` |
  72. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  73. | :ref:`bool<class_bool>` | :ref:`ssh_remote_deploy/enabled<class_EditorExportPlatformWindows_property_ssh_remote_deploy/enabled>` |
  74. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  75. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_scp<class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_scp>` |
  76. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_ssh<class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_ssh>` |
  78. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  79. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/host<class_EditorExportPlatformWindows_property_ssh_remote_deploy/host>` |
  80. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  81. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/port<class_EditorExportPlatformWindows_property_ssh_remote_deploy/port>` |
  82. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  83. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/run_script<class_EditorExportPlatformWindows_property_ssh_remote_deploy/run_script>` |
  84. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  85. | :ref:`bool<class_bool>` | :ref:`texture_format/bptc<class_EditorExportPlatformWindows_property_texture_format/bptc>` |
  86. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  87. | :ref:`bool<class_bool>` | :ref:`texture_format/etc<class_EditorExportPlatformWindows_property_texture_format/etc>` |
  88. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  89. | :ref:`bool<class_bool>` | :ref:`texture_format/etc2<class_EditorExportPlatformWindows_property_texture_format/etc2>` |
  90. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  91. | :ref:`bool<class_bool>` | :ref:`texture_format/s3tc<class_EditorExportPlatformWindows_property_texture_format/s3tc>` |
  92. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  93. .. rst-class:: classref-section-separator
  94. ----
  95. .. rst-class:: classref-descriptions-group
  96. Property Descriptions
  97. ---------------------
  98. .. _class_EditorExportPlatformWindows_property_application/company_name:
  99. .. rst-class:: classref-property
  100. :ref:`String<class_String>` **application/company_name**
  101. Company that produced the application. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  102. .. rst-class:: classref-item-separator
  103. ----
  104. .. _class_EditorExportPlatformWindows_property_application/console_wrapper_icon:
  105. .. rst-class:: classref-property
  106. :ref:`String<class_String>` **application/console_wrapper_icon**
  107. Console wrapper icon file. If left empty, it will fallback to :ref:`application/icon<class_EditorExportPlatformWindows_property_application/icon>`, then to :ref:`ProjectSettings.application/config/windows_native_icon<class_ProjectSettings_property_application/config/windows_native_icon>`, and lastly, :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`.
  108. .. rst-class:: classref-item-separator
  109. ----
  110. .. _class_EditorExportPlatformWindows_property_application/copyright:
  111. .. rst-class:: classref-property
  112. :ref:`String<class_String>` **application/copyright**
  113. Copyright notice for the bundle visible to the user. Optional. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  114. .. rst-class:: classref-item-separator
  115. ----
  116. .. _class_EditorExportPlatformWindows_property_application/file_description:
  117. .. rst-class:: classref-property
  118. :ref:`String<class_String>` **application/file_description**
  119. File description to be presented to users. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  120. .. rst-class:: classref-item-separator
  121. ----
  122. .. _class_EditorExportPlatformWindows_property_application/file_version:
  123. .. rst-class:: classref-property
  124. :ref:`String<class_String>` **application/file_version**
  125. Version number of the file. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  126. .. rst-class:: classref-item-separator
  127. ----
  128. .. _class_EditorExportPlatformWindows_property_application/icon:
  129. .. rst-class:: classref-property
  130. :ref:`String<class_String>` **application/icon**
  131. Application icon file. If left empty, it will fallback to :ref:`ProjectSettings.application/config/windows_native_icon<class_ProjectSettings_property_application/config/windows_native_icon>`, and then to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`.
  132. .. rst-class:: classref-item-separator
  133. ----
  134. .. _class_EditorExportPlatformWindows_property_application/icon_interpolation:
  135. .. rst-class:: classref-property
  136. :ref:`int<class_int>` **application/icon_interpolation**
  137. Interpolation method used to resize application icon.
  138. .. rst-class:: classref-item-separator
  139. ----
  140. .. _class_EditorExportPlatformWindows_property_application/modify_resources:
  141. .. rst-class:: classref-property
  142. :ref:`bool<class_bool>` **application/modify_resources**
  143. If enabled, icon and metadata of the exported executable is set according to the other ``application/*`` values.
  144. .. rst-class:: classref-item-separator
  145. ----
  146. .. _class_EditorExportPlatformWindows_property_application/product_name:
  147. .. rst-class:: classref-property
  148. :ref:`String<class_String>` **application/product_name**
  149. Name of the application. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  150. .. rst-class:: classref-item-separator
  151. ----
  152. .. _class_EditorExportPlatformWindows_property_application/product_version:
  153. .. rst-class:: classref-property
  154. :ref:`String<class_String>` **application/product_version**
  155. Application version visible to the user. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  156. .. rst-class:: classref-item-separator
  157. ----
  158. .. _class_EditorExportPlatformWindows_property_application/trademarks:
  159. .. rst-class:: classref-property
  160. :ref:`String<class_String>` **application/trademarks**
  161. Trademarks and registered trademarks that apply to the file. Optional. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  162. .. rst-class:: classref-item-separator
  163. ----
  164. .. _class_EditorExportPlatformWindows_property_binary_format/architecture:
  165. .. rst-class:: classref-property
  166. :ref:`String<class_String>` **binary_format/architecture**
  167. Application executable architecture.
  168. Supported architectures: ``x86_32``, ``x86_64``, and ``arm64``.
  169. Official export templates include ``x86_32`` and ``x86_64`` binaries only.
  170. .. rst-class:: classref-item-separator
  171. ----
  172. .. _class_EditorExportPlatformWindows_property_binary_format/embed_pck:
  173. .. rst-class:: classref-property
  174. :ref:`bool<class_bool>` **binary_format/embed_pck**
  175. If ``true``, project resources are embedded into the executable.
  176. .. rst-class:: classref-item-separator
  177. ----
  178. .. _class_EditorExportPlatformWindows_property_codesign/custom_options:
  179. .. rst-class:: classref-property
  180. :ref:`PackedStringArray<class_PackedStringArray>` **codesign/custom_options**
  181. Array of the additional command line arguments passed to the code signing tool. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  182. .. rst-class:: classref-item-separator
  183. ----
  184. .. _class_EditorExportPlatformWindows_property_codesign/description:
  185. .. rst-class:: classref-property
  186. :ref:`String<class_String>` **codesign/description**
  187. Description of the signed content. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  188. .. rst-class:: classref-item-separator
  189. ----
  190. .. _class_EditorExportPlatformWindows_property_codesign/digest_algorithm:
  191. .. rst-class:: classref-property
  192. :ref:`int<class_int>` **codesign/digest_algorithm**
  193. Digest algorithm to use for creating signature. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  194. .. rst-class:: classref-item-separator
  195. ----
  196. .. _class_EditorExportPlatformWindows_property_codesign/enable:
  197. .. rst-class:: classref-property
  198. :ref:`bool<class_bool>` **codesign/enable**
  199. If ``true``, executable signing is enabled.
  200. .. rst-class:: classref-item-separator
  201. ----
  202. .. _class_EditorExportPlatformWindows_property_codesign/identity:
  203. .. rst-class:: classref-property
  204. :ref:`String<class_String>` **codesign/identity**
  205. PKCS #12 certificate file used to sign executable or certificate SHA-1 hash (if :ref:`codesign/identity_type<class_EditorExportPlatformWindows_property_codesign/identity_type>` is set to "Use certificate store"). See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  206. Can be overridden with the environment variable ``GODOT_WINDOWS_CODESIGN_IDENTITY``.
  207. .. rst-class:: classref-item-separator
  208. ----
  209. .. _class_EditorExportPlatformWindows_property_codesign/identity_type:
  210. .. rst-class:: classref-property
  211. :ref:`int<class_int>` **codesign/identity_type**
  212. Type of identity to use. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  213. Can be overridden with the environment variable ``GODOT_WINDOWS_CODESIGN_IDENTITY_TYPE``.
  214. .. rst-class:: classref-item-separator
  215. ----
  216. .. _class_EditorExportPlatformWindows_property_codesign/password:
  217. .. rst-class:: classref-property
  218. :ref:`String<class_String>` **codesign/password**
  219. Password for the certificate file used to sign executable. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  220. Can be overridden with the environment variable ``GODOT_WINDOWS_CODESIGN_PASSWORD``.
  221. .. rst-class:: classref-item-separator
  222. ----
  223. .. _class_EditorExportPlatformWindows_property_codesign/timestamp:
  224. .. rst-class:: classref-property
  225. :ref:`bool<class_bool>` **codesign/timestamp**
  226. If ``true``, time-stamp is added to the signature. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  227. .. rst-class:: classref-item-separator
  228. ----
  229. .. _class_EditorExportPlatformWindows_property_codesign/timestamp_server_url:
  230. .. rst-class:: classref-property
  231. :ref:`String<class_String>` **codesign/timestamp_server_url**
  232. URL of the time stamp server. If left empty, the default server is used. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  233. .. rst-class:: classref-item-separator
  234. ----
  235. .. _class_EditorExportPlatformWindows_property_custom_template/debug:
  236. .. rst-class:: classref-property
  237. :ref:`String<class_String>` **custom_template/debug**
  238. Path to the custom export template. If left empty, default template is used.
  239. .. rst-class:: classref-item-separator
  240. ----
  241. .. _class_EditorExportPlatformWindows_property_custom_template/release:
  242. .. rst-class:: classref-property
  243. :ref:`String<class_String>` **custom_template/release**
  244. Path to the custom export template. If left empty, default template is used.
  245. .. rst-class:: classref-item-separator
  246. ----
  247. .. _class_EditorExportPlatformWindows_property_debug/export_console_wrapper:
  248. .. rst-class:: classref-property
  249. :ref:`int<class_int>` **debug/export_console_wrapper**
  250. If ``true``, a console wrapper executable is exported alongside the main executable, which allows running the project with enabled console output.
  251. .. rst-class:: classref-item-separator
  252. ----
  253. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/cleanup_script:
  254. .. rst-class:: classref-property
  255. :ref:`String<class_String>` **ssh_remote_deploy/cleanup_script**
  256. Script code to execute on the remote host when app is finished.
  257. The following variables can be used in the script:
  258. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  259. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  260. - ``{exe_name}`` - Name of application executable.
  261. - ``{cmd_args}`` - Array of the command line argument for the application.
  262. .. rst-class:: classref-item-separator
  263. ----
  264. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/enabled:
  265. .. rst-class:: classref-property
  266. :ref:`bool<class_bool>` **ssh_remote_deploy/enabled**
  267. Enables remote deploy using SSH/SCP.
  268. .. rst-class:: classref-item-separator
  269. ----
  270. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_scp:
  271. .. rst-class:: classref-property
  272. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_scp**
  273. Array of the additional command line arguments passed to the SCP.
  274. .. rst-class:: classref-item-separator
  275. ----
  276. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_ssh:
  277. .. rst-class:: classref-property
  278. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_ssh**
  279. Array of the additional command line arguments passed to the SSH.
  280. .. rst-class:: classref-item-separator
  281. ----
  282. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/host:
  283. .. rst-class:: classref-property
  284. :ref:`String<class_String>` **ssh_remote_deploy/host**
  285. Remote host SSH user name and address, in ``user@address`` format.
  286. .. rst-class:: classref-item-separator
  287. ----
  288. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/port:
  289. .. rst-class:: classref-property
  290. :ref:`String<class_String>` **ssh_remote_deploy/port**
  291. Remote host SSH port number.
  292. .. rst-class:: classref-item-separator
  293. ----
  294. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/run_script:
  295. .. rst-class:: classref-property
  296. :ref:`String<class_String>` **ssh_remote_deploy/run_script**
  297. Script code to execute on the remote host when running the app.
  298. The following variables can be used in the script:
  299. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  300. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  301. - ``{exe_name}`` - Name of application executable.
  302. - ``{cmd_args}`` - Array of the command line argument for the application.
  303. .. rst-class:: classref-item-separator
  304. ----
  305. .. _class_EditorExportPlatformWindows_property_texture_format/bptc:
  306. .. rst-class:: classref-property
  307. :ref:`bool<class_bool>` **texture_format/bptc**
  308. If ``true``, project textures are exported in the BPTC format.
  309. .. rst-class:: classref-item-separator
  310. ----
  311. .. _class_EditorExportPlatformWindows_property_texture_format/etc:
  312. .. rst-class:: classref-property
  313. :ref:`bool<class_bool>` **texture_format/etc**
  314. If ``true``, project textures are exported in the ETC format.
  315. .. rst-class:: classref-item-separator
  316. ----
  317. .. _class_EditorExportPlatformWindows_property_texture_format/etc2:
  318. .. rst-class:: classref-property
  319. :ref:`bool<class_bool>` **texture_format/etc2**
  320. If ``true``, project textures are exported in the ETC2 format.
  321. .. rst-class:: classref-item-separator
  322. ----
  323. .. _class_EditorExportPlatformWindows_property_texture_format/s3tc:
  324. .. rst-class:: classref-property
  325. :ref:`bool<class_bool>` **texture_format/s3tc**
  326. If ``true``, project textures are exported in the S3TC format.
  327. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  328. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  329. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  330. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  331. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  332. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  333. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`