class_editorexportplatformweb.rst 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/platform/web/doc_classes/EditorExportPlatformWeb.xml.
  6. .. _class_EditorExportPlatformWeb:
  7. EditorExportPlatformWeb
  8. =======================
  9. **Inherits:** :ref:`EditorExportPlatform<class_EditorExportPlatform>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Exporter for the Web.
  11. .. rst-class:: classref-introduction-group
  12. Tutorials
  13. ---------
  14. - :doc:`Exporting for the Web <../tutorials/export/exporting_for_web>`
  15. - :doc:`Web documentation index <../tutorials/platform/web/index>`
  16. .. rst-class:: classref-reftable-group
  17. Properties
  18. ----------
  19. .. table::
  20. :widths: auto
  21. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  22. | :ref:`String<class_String>` | :ref:`custom_template/debug<class_EditorExportPlatformWeb_property_custom_template/debug>` |
  23. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  24. | :ref:`String<class_String>` | :ref:`custom_template/release<class_EditorExportPlatformWeb_property_custom_template/release>` |
  25. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  26. | :ref:`int<class_int>` | :ref:`html/canvas_resize_policy<class_EditorExportPlatformWeb_property_html/canvas_resize_policy>` |
  27. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  28. | :ref:`String<class_String>` | :ref:`html/custom_html_shell<class_EditorExportPlatformWeb_property_html/custom_html_shell>` |
  29. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  30. | :ref:`bool<class_bool>` | :ref:`html/experimental_virtual_keyboard<class_EditorExportPlatformWeb_property_html/experimental_virtual_keyboard>` |
  31. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  32. | :ref:`bool<class_bool>` | :ref:`html/export_icon<class_EditorExportPlatformWeb_property_html/export_icon>` |
  33. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  34. | :ref:`bool<class_bool>` | :ref:`html/focus_canvas_on_start<class_EditorExportPlatformWeb_property_html/focus_canvas_on_start>` |
  35. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  36. | :ref:`String<class_String>` | :ref:`html/head_include<class_EditorExportPlatformWeb_property_html/head_include>` |
  37. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  38. | :ref:`Color<class_Color>` | :ref:`progressive_web_app/background_color<class_EditorExportPlatformWeb_property_progressive_web_app/background_color>` |
  39. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  40. | :ref:`int<class_int>` | :ref:`progressive_web_app/display<class_EditorExportPlatformWeb_property_progressive_web_app/display>` |
  41. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  42. | :ref:`bool<class_bool>` | :ref:`progressive_web_app/enabled<class_EditorExportPlatformWeb_property_progressive_web_app/enabled>` |
  43. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  44. | :ref:`String<class_String>` | :ref:`progressive_web_app/icon_144x144<class_EditorExportPlatformWeb_property_progressive_web_app/icon_144x144>` |
  45. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  46. | :ref:`String<class_String>` | :ref:`progressive_web_app/icon_180x180<class_EditorExportPlatformWeb_property_progressive_web_app/icon_180x180>` |
  47. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  48. | :ref:`String<class_String>` | :ref:`progressive_web_app/icon_512x512<class_EditorExportPlatformWeb_property_progressive_web_app/icon_512x512>` |
  49. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  50. | :ref:`String<class_String>` | :ref:`progressive_web_app/offline_page<class_EditorExportPlatformWeb_property_progressive_web_app/offline_page>` |
  51. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  52. | :ref:`int<class_int>` | :ref:`progressive_web_app/orientation<class_EditorExportPlatformWeb_property_progressive_web_app/orientation>` |
  53. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  54. | :ref:`bool<class_bool>` | :ref:`variant/extensions_support<class_EditorExportPlatformWeb_property_variant/extensions_support>` |
  55. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  56. | :ref:`bool<class_bool>` | :ref:`variant/thread_support<class_EditorExportPlatformWeb_property_variant/thread_support>` |
  57. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  58. | :ref:`bool<class_bool>` | :ref:`vram_texture_compression/for_desktop<class_EditorExportPlatformWeb_property_vram_texture_compression/for_desktop>` |
  59. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  60. | :ref:`bool<class_bool>` | :ref:`vram_texture_compression/for_mobile<class_EditorExportPlatformWeb_property_vram_texture_compression/for_mobile>` |
  61. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------+
  62. .. rst-class:: classref-section-separator
  63. ----
  64. .. rst-class:: classref-descriptions-group
  65. Property Descriptions
  66. ---------------------
  67. .. _class_EditorExportPlatformWeb_property_custom_template/debug:
  68. .. rst-class:: classref-property
  69. :ref:`String<class_String>` **custom_template/debug**
  70. Path to the custom export template. If left empty, default template is used.
  71. .. rst-class:: classref-item-separator
  72. ----
  73. .. _class_EditorExportPlatformWeb_property_custom_template/release:
  74. .. rst-class:: classref-property
  75. :ref:`String<class_String>` **custom_template/release**
  76. Path to the custom export template. If left empty, default template is used.
  77. .. rst-class:: classref-item-separator
  78. ----
  79. .. _class_EditorExportPlatformWeb_property_html/canvas_resize_policy:
  80. .. rst-class:: classref-property
  81. :ref:`int<class_int>` **html/canvas_resize_policy**
  82. The canvas resize policy determines how the canvas should be resized by Godot.
  83. .. rst-class:: classref-item-separator
  84. ----
  85. .. _class_EditorExportPlatformWeb_property_html/custom_html_shell:
  86. .. rst-class:: classref-property
  87. :ref:`String<class_String>` **html/custom_html_shell**
  88. .. container:: contribute
  89. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  90. .. rst-class:: classref-item-separator
  91. ----
  92. .. _class_EditorExportPlatformWeb_property_html/experimental_virtual_keyboard:
  93. .. rst-class:: classref-property
  94. :ref:`bool<class_bool>` **html/experimental_virtual_keyboard**
  95. .. container:: contribute
  96. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  97. .. rst-class:: classref-item-separator
  98. ----
  99. .. _class_EditorExportPlatformWeb_property_html/export_icon:
  100. .. rst-class:: classref-property
  101. :ref:`bool<class_bool>` **html/export_icon**
  102. .. container:: contribute
  103. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  104. .. rst-class:: classref-item-separator
  105. ----
  106. .. _class_EditorExportPlatformWeb_property_html/focus_canvas_on_start:
  107. .. rst-class:: classref-property
  108. :ref:`bool<class_bool>` **html/focus_canvas_on_start**
  109. .. container:: contribute
  110. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  111. .. rst-class:: classref-item-separator
  112. ----
  113. .. _class_EditorExportPlatformWeb_property_html/head_include:
  114. .. rst-class:: classref-property
  115. :ref:`String<class_String>` **html/head_include**
  116. .. container:: contribute
  117. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  118. .. rst-class:: classref-item-separator
  119. ----
  120. .. _class_EditorExportPlatformWeb_property_progressive_web_app/background_color:
  121. .. rst-class:: classref-property
  122. :ref:`Color<class_Color>` **progressive_web_app/background_color**
  123. .. container:: contribute
  124. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  125. .. rst-class:: classref-item-separator
  126. ----
  127. .. _class_EditorExportPlatformWeb_property_progressive_web_app/display:
  128. .. rst-class:: classref-property
  129. :ref:`int<class_int>` **progressive_web_app/display**
  130. .. container:: contribute
  131. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  132. .. rst-class:: classref-item-separator
  133. ----
  134. .. _class_EditorExportPlatformWeb_property_progressive_web_app/enabled:
  135. .. rst-class:: classref-property
  136. :ref:`bool<class_bool>` **progressive_web_app/enabled**
  137. .. container:: contribute
  138. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  139. .. rst-class:: classref-item-separator
  140. ----
  141. .. _class_EditorExportPlatformWeb_property_progressive_web_app/icon_144x144:
  142. .. rst-class:: classref-property
  143. :ref:`String<class_String>` **progressive_web_app/icon_144x144**
  144. .. container:: contribute
  145. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  146. .. rst-class:: classref-item-separator
  147. ----
  148. .. _class_EditorExportPlatformWeb_property_progressive_web_app/icon_180x180:
  149. .. rst-class:: classref-property
  150. :ref:`String<class_String>` **progressive_web_app/icon_180x180**
  151. .. container:: contribute
  152. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  153. .. rst-class:: classref-item-separator
  154. ----
  155. .. _class_EditorExportPlatformWeb_property_progressive_web_app/icon_512x512:
  156. .. rst-class:: classref-property
  157. :ref:`String<class_String>` **progressive_web_app/icon_512x512**
  158. .. container:: contribute
  159. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  160. .. rst-class:: classref-item-separator
  161. ----
  162. .. _class_EditorExportPlatformWeb_property_progressive_web_app/offline_page:
  163. .. rst-class:: classref-property
  164. :ref:`String<class_String>` **progressive_web_app/offline_page**
  165. .. container:: contribute
  166. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  167. .. rst-class:: classref-item-separator
  168. ----
  169. .. _class_EditorExportPlatformWeb_property_progressive_web_app/orientation:
  170. .. rst-class:: classref-property
  171. :ref:`int<class_int>` **progressive_web_app/orientation**
  172. .. container:: contribute
  173. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  174. .. rst-class:: classref-item-separator
  175. ----
  176. .. _class_EditorExportPlatformWeb_property_variant/extensions_support:
  177. .. rst-class:: classref-property
  178. :ref:`bool<class_bool>` **variant/extensions_support**
  179. .. container:: contribute
  180. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  181. .. rst-class:: classref-item-separator
  182. ----
  183. .. _class_EditorExportPlatformWeb_property_variant/thread_support:
  184. .. rst-class:: classref-property
  185. :ref:`bool<class_bool>` **variant/thread_support**
  186. If enabled, the exported game will support threads. It requires `a "cross-origin isolated" website <https://web.dev/articles/coop-coep>`__, which can be difficult to setup and brings some limitations (e.g. not being able to communicate with third-party websites).
  187. If disabled, the exported game will not support threads. As a result, it is more prone to performance and audio issues, but will only require to be run on a HTTPS website.
  188. .. rst-class:: classref-item-separator
  189. ----
  190. .. _class_EditorExportPlatformWeb_property_vram_texture_compression/for_desktop:
  191. .. rst-class:: classref-property
  192. :ref:`bool<class_bool>` **vram_texture_compression/for_desktop**
  193. .. container:: contribute
  194. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  195. .. rst-class:: classref-item-separator
  196. ----
  197. .. _class_EditorExportPlatformWeb_property_vram_texture_compression/for_mobile:
  198. .. rst-class:: classref-property
  199. :ref:`bool<class_bool>` **vram_texture_compression/for_mobile**
  200. .. container:: contribute
  201. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  202. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  203. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  204. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  205. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  206. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  207. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  208. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`