class_editorexportplatformlinuxbsd.rst 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml.
  6. .. _class_EditorExportPlatformLinuxBSD:
  7. EditorExportPlatformLinuxBSD
  8. ============================
  9. **Inherits:** :ref:`EditorExportPlatformPC<class_EditorExportPlatformPC>` **<** :ref:`EditorExportPlatform<class_EditorExportPlatform>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Exporter for Linux/BSD.
  11. .. rst-class:: classref-introduction-group
  12. Tutorials
  13. ---------
  14. - :doc:`Exporting for Linux <../tutorials/export/exporting_for_linux>`
  15. .. rst-class:: classref-reftable-group
  16. Properties
  17. ----------
  18. .. table::
  19. :widths: auto
  20. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`String<class_String>` | :ref:`binary_format/architecture<class_EditorExportPlatformLinuxBSD_property_binary_format/architecture>` |
  22. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`bool<class_bool>` | :ref:`binary_format/embed_pck<class_EditorExportPlatformLinuxBSD_property_binary_format/embed_pck>` |
  24. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`String<class_String>` | :ref:`custom_template/debug<class_EditorExportPlatformLinuxBSD_property_custom_template/debug>` |
  26. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`String<class_String>` | :ref:`custom_template/release<class_EditorExportPlatformLinuxBSD_property_custom_template/release>` |
  28. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  29. | :ref:`int<class_int>` | :ref:`debug/export_console_wrapper<class_EditorExportPlatformLinuxBSD_property_debug/export_console_wrapper>` |
  30. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  31. | :ref:`bool<class_bool>` | :ref:`shader_baker/enabled<class_EditorExportPlatformLinuxBSD_property_shader_baker/enabled>` |
  32. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/cleanup_script<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/cleanup_script>` |
  34. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`bool<class_bool>` | :ref:`ssh_remote_deploy/enabled<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/enabled>` |
  36. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  37. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_scp<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_scp>` |
  38. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  39. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_ssh<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_ssh>` |
  40. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/host<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/host>` |
  42. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/port<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/port>` |
  44. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/run_script<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/run_script>` |
  46. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`bool<class_bool>` | :ref:`texture_format/etc2_astc<class_EditorExportPlatformLinuxBSD_property_texture_format/etc2_astc>` |
  48. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`bool<class_bool>` | :ref:`texture_format/s3tc_bptc<class_EditorExportPlatformLinuxBSD_property_texture_format/s3tc_bptc>` |
  50. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  51. .. rst-class:: classref-section-separator
  52. ----
  53. .. rst-class:: classref-descriptions-group
  54. Property Descriptions
  55. ---------------------
  56. .. _class_EditorExportPlatformLinuxBSD_property_binary_format/architecture:
  57. .. rst-class:: classref-property
  58. :ref:`String<class_String>` **binary_format/architecture** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_binary_format/architecture>`
  59. Application executable architecture.
  60. Supported architectures: ``x86_32``, ``x86_64``, ``arm64``, ``arm32``, ``rv64``, ``ppc64``, and ``loongarch64``.
  61. Official export templates include ``x86_32``, ``x86_64``, ``arm32``, and ``arm64`` binaries only.
  62. .. rst-class:: classref-item-separator
  63. ----
  64. .. _class_EditorExportPlatformLinuxBSD_property_binary_format/embed_pck:
  65. .. rst-class:: classref-property
  66. :ref:`bool<class_bool>` **binary_format/embed_pck** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_binary_format/embed_pck>`
  67. If ``true``, project resources are embedded into the executable.
  68. .. rst-class:: classref-item-separator
  69. ----
  70. .. _class_EditorExportPlatformLinuxBSD_property_custom_template/debug:
  71. .. rst-class:: classref-property
  72. :ref:`String<class_String>` **custom_template/debug** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_custom_template/debug>`
  73. Path to the custom export template. If left empty, default template is used.
  74. .. rst-class:: classref-item-separator
  75. ----
  76. .. _class_EditorExportPlatformLinuxBSD_property_custom_template/release:
  77. .. rst-class:: classref-property
  78. :ref:`String<class_String>` **custom_template/release** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_custom_template/release>`
  79. Path to the custom export template. If left empty, default template is used.
  80. .. rst-class:: classref-item-separator
  81. ----
  82. .. _class_EditorExportPlatformLinuxBSD_property_debug/export_console_wrapper:
  83. .. rst-class:: classref-property
  84. :ref:`int<class_int>` **debug/export_console_wrapper** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_debug/export_console_wrapper>`
  85. If ``true``, a console wrapper is exported alongside the main executable, which allows running the project with enabled console output.
  86. .. rst-class:: classref-item-separator
  87. ----
  88. .. _class_EditorExportPlatformLinuxBSD_property_shader_baker/enabled:
  89. .. rst-class:: classref-property
  90. :ref:`bool<class_bool>` **shader_baker/enabled** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_shader_baker/enabled>`
  91. If ``true``, shaders will be compiled and embedded in the application. This option is only supported when using the Forward+ or Mobile renderers.
  92. .. rst-class:: classref-item-separator
  93. ----
  94. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/cleanup_script:
  95. .. rst-class:: classref-property
  96. :ref:`String<class_String>` **ssh_remote_deploy/cleanup_script** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/cleanup_script>`
  97. Script code to execute on the remote host when app is finished.
  98. The following variables can be used in the script:
  99. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  100. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  101. - ``{exe_name}`` - Name of application executable.
  102. - ``{cmd_args}`` - Array of the command line argument for the application.
  103. .. rst-class:: classref-item-separator
  104. ----
  105. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/enabled:
  106. .. rst-class:: classref-property
  107. :ref:`bool<class_bool>` **ssh_remote_deploy/enabled** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/enabled>`
  108. Enables remote deploy using SSH/SCP.
  109. .. rst-class:: classref-item-separator
  110. ----
  111. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_scp:
  112. .. rst-class:: classref-property
  113. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_scp** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_scp>`
  114. Array of the additional command line arguments passed to the SCP.
  115. .. rst-class:: classref-item-separator
  116. ----
  117. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_ssh:
  118. .. rst-class:: classref-property
  119. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_ssh** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_ssh>`
  120. Array of the additional command line arguments passed to the SSH.
  121. .. rst-class:: classref-item-separator
  122. ----
  123. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/host:
  124. .. rst-class:: classref-property
  125. :ref:`String<class_String>` **ssh_remote_deploy/host** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/host>`
  126. Remote host SSH user name and address, in ``user@address`` format.
  127. .. rst-class:: classref-item-separator
  128. ----
  129. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/port:
  130. .. rst-class:: classref-property
  131. :ref:`String<class_String>` **ssh_remote_deploy/port** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/port>`
  132. Remote host SSH port number.
  133. .. rst-class:: classref-item-separator
  134. ----
  135. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/run_script:
  136. .. rst-class:: classref-property
  137. :ref:`String<class_String>` **ssh_remote_deploy/run_script** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/run_script>`
  138. Script code to execute on the remote host when running the app.
  139. The following variables can be used in the script:
  140. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  141. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  142. - ``{exe_name}`` - Name of application executable.
  143. - ``{cmd_args}`` - Array of the command line argument for the application.
  144. .. rst-class:: classref-item-separator
  145. ----
  146. .. _class_EditorExportPlatformLinuxBSD_property_texture_format/etc2_astc:
  147. .. rst-class:: classref-property
  148. :ref:`bool<class_bool>` **texture_format/etc2_astc** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_texture_format/etc2_astc>`
  149. If ``true``, project textures are exported in the ETC2/ASTC format.
  150. .. rst-class:: classref-item-separator
  151. ----
  152. .. _class_EditorExportPlatformLinuxBSD_property_texture_format/s3tc_bptc:
  153. .. rst-class:: classref-property
  154. :ref:`bool<class_bool>` **texture_format/s3tc_bptc** :ref:`🔗<class_EditorExportPlatformLinuxBSD_property_texture_format/s3tc_bptc>`
  155. If ``true``, project textures are exported in the S3TC/BPTC format.
  156. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  157. .. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
  158. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  159. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  160. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  161. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  162. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  163. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  164. .. |void| replace:: :abbr:`void (No return value.)`