class_resourceimportertexture.rst 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  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/doc/classes/ResourceImporterTexture.xml.
  6. .. _class_ResourceImporterTexture:
  7. ResourceImporterTexture
  8. =======================
  9. **Inherits:** :ref:`ResourceImporter<class_ResourceImporter>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  18. | :ref:`int<class_int>` | :ref:`compress/channel_pack<class_ResourceImporterTexture_property_compress/channel_pack>` | ``0`` |
  19. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  20. | :ref:`int<class_int>` | :ref:`compress/hdr_compression<class_ResourceImporterTexture_property_compress/hdr_compression>` | ``1`` |
  21. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  22. | :ref:`bool<class_bool>` | :ref:`compress/high_quality<class_ResourceImporterTexture_property_compress/high_quality>` | ``false`` |
  23. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  24. | :ref:`float<class_float>` | :ref:`compress/lossy_quality<class_ResourceImporterTexture_property_compress/lossy_quality>` | ``0.7`` |
  25. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  26. | :ref:`int<class_int>` | :ref:`compress/mode<class_ResourceImporterTexture_property_compress/mode>` | ``0`` |
  27. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  28. | :ref:`int<class_int>` | :ref:`compress/normal_map<class_ResourceImporterTexture_property_compress/normal_map>` | ``0`` |
  29. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  30. | :ref:`int<class_int>` | :ref:`detect_3d/compress_to<class_ResourceImporterTexture_property_detect_3d/compress_to>` | ``1`` |
  31. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  32. | :ref:`bool<class_bool>` | :ref:`editor/convert_colors_with_editor_theme<class_ResourceImporterTexture_property_editor/convert_colors_with_editor_theme>` | ``false`` |
  33. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  34. | :ref:`bool<class_bool>` | :ref:`editor/scale_with_editor_scale<class_ResourceImporterTexture_property_editor/scale_with_editor_scale>` | ``false`` |
  35. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  36. | :ref:`bool<class_bool>` | :ref:`mipmaps/generate<class_ResourceImporterTexture_property_mipmaps/generate>` | ``false`` |
  37. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  38. | :ref:`int<class_int>` | :ref:`mipmaps/limit<class_ResourceImporterTexture_property_mipmaps/limit>` | ``-1`` |
  39. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  40. | :ref:`bool<class_bool>` | :ref:`process/fix_alpha_border<class_ResourceImporterTexture_property_process/fix_alpha_border>` | ``true`` |
  41. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  42. | :ref:`bool<class_bool>` | :ref:`process/hdr_as_srgb<class_ResourceImporterTexture_property_process/hdr_as_srgb>` | ``false`` |
  43. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  44. | :ref:`bool<class_bool>` | :ref:`process/hdr_clamp_exposure<class_ResourceImporterTexture_property_process/hdr_clamp_exposure>` | ``false`` |
  45. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  46. | :ref:`bool<class_bool>` | :ref:`process/normal_map_invert_y<class_ResourceImporterTexture_property_process/normal_map_invert_y>` | ``false`` |
  47. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  48. | :ref:`bool<class_bool>` | :ref:`process/premult_alpha<class_ResourceImporterTexture_property_process/premult_alpha>` | ``false`` |
  49. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  50. | :ref:`int<class_int>` | :ref:`process/size_limit<class_ResourceImporterTexture_property_process/size_limit>` | ``0`` |
  51. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  52. | :ref:`int<class_int>` | :ref:`roughness/mode<class_ResourceImporterTexture_property_roughness/mode>` | ``0`` |
  53. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  54. | :ref:`String<class_String>` | :ref:`roughness/src_normal<class_ResourceImporterTexture_property_roughness/src_normal>` | ``""`` |
  55. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  56. | :ref:`float<class_float>` | :ref:`svg/scale<class_ResourceImporterTexture_property_svg/scale>` | ``1.0`` |
  57. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------+-----------+
  58. .. rst-class:: classref-section-separator
  59. ----
  60. .. rst-class:: classref-descriptions-group
  61. Property Descriptions
  62. ---------------------
  63. .. _class_ResourceImporterTexture_property_compress/channel_pack:
  64. .. rst-class:: classref-property
  65. :ref:`int<class_int>` **compress/channel_pack** = ``0``
  66. .. container:: contribute
  67. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  68. .. rst-class:: classref-item-separator
  69. ----
  70. .. _class_ResourceImporterTexture_property_compress/hdr_compression:
  71. .. rst-class:: classref-property
  72. :ref:`int<class_int>` **compress/hdr_compression** = ``1``
  73. .. container:: contribute
  74. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  75. .. rst-class:: classref-item-separator
  76. ----
  77. .. _class_ResourceImporterTexture_property_compress/high_quality:
  78. .. rst-class:: classref-property
  79. :ref:`bool<class_bool>` **compress/high_quality** = ``false``
  80. .. container:: contribute
  81. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  82. .. rst-class:: classref-item-separator
  83. ----
  84. .. _class_ResourceImporterTexture_property_compress/lossy_quality:
  85. .. rst-class:: classref-property
  86. :ref:`float<class_float>` **compress/lossy_quality** = ``0.7``
  87. .. container:: contribute
  88. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  89. .. rst-class:: classref-item-separator
  90. ----
  91. .. _class_ResourceImporterTexture_property_compress/mode:
  92. .. rst-class:: classref-property
  93. :ref:`int<class_int>` **compress/mode** = ``0``
  94. .. container:: contribute
  95. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  96. .. rst-class:: classref-item-separator
  97. ----
  98. .. _class_ResourceImporterTexture_property_compress/normal_map:
  99. .. rst-class:: classref-property
  100. :ref:`int<class_int>` **compress/normal_map** = ``0``
  101. .. container:: contribute
  102. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  103. .. rst-class:: classref-item-separator
  104. ----
  105. .. _class_ResourceImporterTexture_property_detect_3d/compress_to:
  106. .. rst-class:: classref-property
  107. :ref:`int<class_int>` **detect_3d/compress_to** = ``1``
  108. .. container:: contribute
  109. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  110. .. rst-class:: classref-item-separator
  111. ----
  112. .. _class_ResourceImporterTexture_property_editor/convert_colors_with_editor_theme:
  113. .. rst-class:: classref-property
  114. :ref:`bool<class_bool>` **editor/convert_colors_with_editor_theme** = ``false``
  115. .. container:: contribute
  116. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  117. .. rst-class:: classref-item-separator
  118. ----
  119. .. _class_ResourceImporterTexture_property_editor/scale_with_editor_scale:
  120. .. rst-class:: classref-property
  121. :ref:`bool<class_bool>` **editor/scale_with_editor_scale** = ``false``
  122. .. container:: contribute
  123. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  124. .. rst-class:: classref-item-separator
  125. ----
  126. .. _class_ResourceImporterTexture_property_mipmaps/generate:
  127. .. rst-class:: classref-property
  128. :ref:`bool<class_bool>` **mipmaps/generate** = ``false``
  129. .. container:: contribute
  130. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  131. .. rst-class:: classref-item-separator
  132. ----
  133. .. _class_ResourceImporterTexture_property_mipmaps/limit:
  134. .. rst-class:: classref-property
  135. :ref:`int<class_int>` **mipmaps/limit** = ``-1``
  136. .. container:: contribute
  137. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  138. .. rst-class:: classref-item-separator
  139. ----
  140. .. _class_ResourceImporterTexture_property_process/fix_alpha_border:
  141. .. rst-class:: classref-property
  142. :ref:`bool<class_bool>` **process/fix_alpha_border** = ``true``
  143. .. container:: contribute
  144. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  145. .. rst-class:: classref-item-separator
  146. ----
  147. .. _class_ResourceImporterTexture_property_process/hdr_as_srgb:
  148. .. rst-class:: classref-property
  149. :ref:`bool<class_bool>` **process/hdr_as_srgb** = ``false``
  150. .. container:: contribute
  151. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  152. .. rst-class:: classref-item-separator
  153. ----
  154. .. _class_ResourceImporterTexture_property_process/hdr_clamp_exposure:
  155. .. rst-class:: classref-property
  156. :ref:`bool<class_bool>` **process/hdr_clamp_exposure** = ``false``
  157. .. container:: contribute
  158. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  159. .. rst-class:: classref-item-separator
  160. ----
  161. .. _class_ResourceImporterTexture_property_process/normal_map_invert_y:
  162. .. rst-class:: classref-property
  163. :ref:`bool<class_bool>` **process/normal_map_invert_y** = ``false``
  164. .. container:: contribute
  165. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  166. .. rst-class:: classref-item-separator
  167. ----
  168. .. _class_ResourceImporterTexture_property_process/premult_alpha:
  169. .. rst-class:: classref-property
  170. :ref:`bool<class_bool>` **process/premult_alpha** = ``false``
  171. .. container:: contribute
  172. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  173. .. rst-class:: classref-item-separator
  174. ----
  175. .. _class_ResourceImporterTexture_property_process/size_limit:
  176. .. rst-class:: classref-property
  177. :ref:`int<class_int>` **process/size_limit** = ``0``
  178. .. container:: contribute
  179. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  180. .. rst-class:: classref-item-separator
  181. ----
  182. .. _class_ResourceImporterTexture_property_roughness/mode:
  183. .. rst-class:: classref-property
  184. :ref:`int<class_int>` **roughness/mode** = ``0``
  185. .. container:: contribute
  186. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  187. .. rst-class:: classref-item-separator
  188. ----
  189. .. _class_ResourceImporterTexture_property_roughness/src_normal:
  190. .. rst-class:: classref-property
  191. :ref:`String<class_String>` **roughness/src_normal** = ``""``
  192. .. container:: contribute
  193. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  194. .. rst-class:: classref-item-separator
  195. ----
  196. .. _class_ResourceImporterTexture_property_svg/scale:
  197. .. rst-class:: classref-property
  198. :ref:`float<class_float>` **svg/scale** = ``1.0``
  199. .. container:: contribute
  200. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  201. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  202. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  203. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  204. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  205. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  206. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  207. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`