class_editorexportplatformlinuxbsd.rst 12 KB

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