class_editorexportplatformlinuxbsd.rst 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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:`String<class_String>` | :ref:`ssh_remote_deploy/cleanup_script<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/cleanup_script>` |
  32. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`bool<class_bool>` | :ref:`ssh_remote_deploy/enabled<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/enabled>` |
  34. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_scp<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_scp>` |
  36. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  37. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_ssh<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_ssh>` |
  38. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  39. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/host<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/host>` |
  40. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/port<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/port>` |
  42. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/run_script<class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/run_script>` |
  44. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`bool<class_bool>` | :ref:`texture_format/bptc<class_EditorExportPlatformLinuxBSD_property_texture_format/bptc>` |
  46. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`bool<class_bool>` | :ref:`texture_format/etc<class_EditorExportPlatformLinuxBSD_property_texture_format/etc>` |
  48. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`bool<class_bool>` | :ref:`texture_format/etc2<class_EditorExportPlatformLinuxBSD_property_texture_format/etc2>` |
  50. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`bool<class_bool>` | :ref:`texture_format/s3tc<class_EditorExportPlatformLinuxBSD_property_texture_format/s3tc>` |
  52. +-----------------------------+-----------------------------------------------------------------------------------------------------------------------+
  53. .. rst-class:: classref-section-separator
  54. ----
  55. .. rst-class:: classref-descriptions-group
  56. Property Descriptions
  57. ---------------------
  58. .. _class_EditorExportPlatformLinuxBSD_property_binary_format/architecture:
  59. .. rst-class:: classref-property
  60. :ref:`String<class_String>` **binary_format/architecture**
  61. Application executable architecture.
  62. Supported architectures: ``x86_32``, ``x86_64``, ``arm64``, ``arm32``, ``rv64``, ``ppc64``, and ``ppc32``.
  63. Official export templates include ``x86_32`` and ``x86_64`` binaries only.
  64. .. rst-class:: classref-item-separator
  65. ----
  66. .. _class_EditorExportPlatformLinuxBSD_property_binary_format/embed_pck:
  67. .. rst-class:: classref-property
  68. :ref:`bool<class_bool>` **binary_format/embed_pck**
  69. If ``true``, project resources are embedded into the executable.
  70. .. rst-class:: classref-item-separator
  71. ----
  72. .. _class_EditorExportPlatformLinuxBSD_property_custom_template/debug:
  73. .. rst-class:: classref-property
  74. :ref:`String<class_String>` **custom_template/debug**
  75. Path to the custom export template. If left empty, default template is used.
  76. .. rst-class:: classref-item-separator
  77. ----
  78. .. _class_EditorExportPlatformLinuxBSD_property_custom_template/release:
  79. .. rst-class:: classref-property
  80. :ref:`String<class_String>` **custom_template/release**
  81. Path to the custom export template. If left empty, default template is used.
  82. .. rst-class:: classref-item-separator
  83. ----
  84. .. _class_EditorExportPlatformLinuxBSD_property_debug/export_console_wrapper:
  85. .. rst-class:: classref-property
  86. :ref:`int<class_int>` **debug/export_console_wrapper**
  87. If ``true``, a console wrapper is exported alongside the main executable, which allows running the project with enabled console output.
  88. .. rst-class:: classref-item-separator
  89. ----
  90. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/cleanup_script:
  91. .. rst-class:: classref-property
  92. :ref:`String<class_String>` **ssh_remote_deploy/cleanup_script**
  93. Script code to execute on the remote host when app is finished.
  94. The following variables can be used in the script:
  95. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  96. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  97. - ``{exe_name}`` - Name of application executable.
  98. - ``{cmd_args}`` - Array of the command line argument for the application.
  99. .. rst-class:: classref-item-separator
  100. ----
  101. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/enabled:
  102. .. rst-class:: classref-property
  103. :ref:`bool<class_bool>` **ssh_remote_deploy/enabled**
  104. Enables remote deploy using SSH/SCP.
  105. .. rst-class:: classref-item-separator
  106. ----
  107. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_scp:
  108. .. rst-class:: classref-property
  109. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_scp**
  110. Array of the additional command line arguments passed to the SCP.
  111. .. rst-class:: classref-item-separator
  112. ----
  113. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/extra_args_ssh:
  114. .. rst-class:: classref-property
  115. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_ssh**
  116. Array of the additional command line arguments passed to the SSH.
  117. .. rst-class:: classref-item-separator
  118. ----
  119. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/host:
  120. .. rst-class:: classref-property
  121. :ref:`String<class_String>` **ssh_remote_deploy/host**
  122. Remote host SSH user name and address, in ``user@address`` format.
  123. .. rst-class:: classref-item-separator
  124. ----
  125. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/port:
  126. .. rst-class:: classref-property
  127. :ref:`String<class_String>` **ssh_remote_deploy/port**
  128. Remote host SSH port number.
  129. .. rst-class:: classref-item-separator
  130. ----
  131. .. _class_EditorExportPlatformLinuxBSD_property_ssh_remote_deploy/run_script:
  132. .. rst-class:: classref-property
  133. :ref:`String<class_String>` **ssh_remote_deploy/run_script**
  134. Script code to execute on the remote host when running the app.
  135. The following variables can be used in the script:
  136. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  137. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  138. - ``{exe_name}`` - Name of application executable.
  139. - ``{cmd_args}`` - Array of the command line argument for the application.
  140. .. rst-class:: classref-item-separator
  141. ----
  142. .. _class_EditorExportPlatformLinuxBSD_property_texture_format/bptc:
  143. .. rst-class:: classref-property
  144. :ref:`bool<class_bool>` **texture_format/bptc**
  145. If ``true``, project textures are exported in the BPTC format.
  146. .. rst-class:: classref-item-separator
  147. ----
  148. .. _class_EditorExportPlatformLinuxBSD_property_texture_format/etc:
  149. .. rst-class:: classref-property
  150. :ref:`bool<class_bool>` **texture_format/etc**
  151. If ``true``, project textures are exported in the ETC format.
  152. .. rst-class:: classref-item-separator
  153. ----
  154. .. _class_EditorExportPlatformLinuxBSD_property_texture_format/etc2:
  155. .. rst-class:: classref-property
  156. :ref:`bool<class_bool>` **texture_format/etc2**
  157. If ``true``, project textures are exported in the ETC2 format.
  158. .. rst-class:: classref-item-separator
  159. ----
  160. .. _class_EditorExportPlatformLinuxBSD_property_texture_format/s3tc:
  161. .. rst-class:: classref-property
  162. :ref:`bool<class_bool>` **texture_format/s3tc**
  163. If ``true``, project textures are exported in the S3TC format.
  164. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  165. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  166. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  167. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  168. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  169. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  170. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`