class_texture3d.rst 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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/Texture3D.xml.
  6. .. _class_Texture3D:
  7. Texture3D
  8. =========
  9. **Inherits:** :ref:`Texture<class_Texture>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`CompressedTexture3D<class_CompressedTexture3D>`, :ref:`ImageTexture3D<class_ImageTexture3D>`, :ref:`PlaceholderTexture3D<class_PlaceholderTexture3D>`
  11. Methods
  12. -------
  13. +----------------------------------+----------------------------------------------------------------------------------------+
  14. | :ref:`Image[]<class_Image>` | :ref:`_get_data<class_Texture3D_method__get_data>` **(** **)** |virtual| |const| |
  15. +----------------------------------+----------------------------------------------------------------------------------------+
  16. | :ref:`int<class_int>` | :ref:`_get_depth<class_Texture3D_method__get_depth>` **(** **)** |virtual| |const| |
  17. +----------------------------------+----------------------------------------------------------------------------------------+
  18. | :ref:`Format<enum_Image_Format>` | :ref:`_get_format<class_Texture3D_method__get_format>` **(** **)** |virtual| |const| |
  19. +----------------------------------+----------------------------------------------------------------------------------------+
  20. | :ref:`int<class_int>` | :ref:`_get_height<class_Texture3D_method__get_height>` **(** **)** |virtual| |const| |
  21. +----------------------------------+----------------------------------------------------------------------------------------+
  22. | :ref:`int<class_int>` | :ref:`_get_width<class_Texture3D_method__get_width>` **(** **)** |virtual| |const| |
  23. +----------------------------------+----------------------------------------------------------------------------------------+
  24. | :ref:`bool<class_bool>` | :ref:`_has_mipmaps<class_Texture3D_method__has_mipmaps>` **(** **)** |virtual| |const| |
  25. +----------------------------------+----------------------------------------------------------------------------------------+
  26. | :ref:`Image[]<class_Image>` | :ref:`get_data<class_Texture3D_method_get_data>` **(** **)** |const| |
  27. +----------------------------------+----------------------------------------------------------------------------------------+
  28. | :ref:`int<class_int>` | :ref:`get_depth<class_Texture3D_method_get_depth>` **(** **)** |const| |
  29. +----------------------------------+----------------------------------------------------------------------------------------+
  30. | :ref:`Format<enum_Image_Format>` | :ref:`get_format<class_Texture3D_method_get_format>` **(** **)** |const| |
  31. +----------------------------------+----------------------------------------------------------------------------------------+
  32. | :ref:`int<class_int>` | :ref:`get_height<class_Texture3D_method_get_height>` **(** **)** |const| |
  33. +----------------------------------+----------------------------------------------------------------------------------------+
  34. | :ref:`int<class_int>` | :ref:`get_width<class_Texture3D_method_get_width>` **(** **)** |const| |
  35. +----------------------------------+----------------------------------------------------------------------------------------+
  36. | :ref:`bool<class_bool>` | :ref:`has_mipmaps<class_Texture3D_method_has_mipmaps>` **(** **)** |const| |
  37. +----------------------------------+----------------------------------------------------------------------------------------+
  38. Method Descriptions
  39. -------------------
  40. .. _class_Texture3D_method__get_data:
  41. - :ref:`Image[]<class_Image>` **_get_data** **(** **)** |virtual| |const|
  42. ----
  43. .. _class_Texture3D_method__get_depth:
  44. - :ref:`int<class_int>` **_get_depth** **(** **)** |virtual| |const|
  45. ----
  46. .. _class_Texture3D_method__get_format:
  47. - :ref:`Format<enum_Image_Format>` **_get_format** **(** **)** |virtual| |const|
  48. ----
  49. .. _class_Texture3D_method__get_height:
  50. - :ref:`int<class_int>` **_get_height** **(** **)** |virtual| |const|
  51. ----
  52. .. _class_Texture3D_method__get_width:
  53. - :ref:`int<class_int>` **_get_width** **(** **)** |virtual| |const|
  54. ----
  55. .. _class_Texture3D_method__has_mipmaps:
  56. - :ref:`bool<class_bool>` **_has_mipmaps** **(** **)** |virtual| |const|
  57. ----
  58. .. _class_Texture3D_method_get_data:
  59. - :ref:`Image[]<class_Image>` **get_data** **(** **)** |const|
  60. ----
  61. .. _class_Texture3D_method_get_depth:
  62. - :ref:`int<class_int>` **get_depth** **(** **)** |const|
  63. ----
  64. .. _class_Texture3D_method_get_format:
  65. - :ref:`Format<enum_Image_Format>` **get_format** **(** **)** |const|
  66. ----
  67. .. _class_Texture3D_method_get_height:
  68. - :ref:`int<class_int>` **get_height** **(** **)** |const|
  69. ----
  70. .. _class_Texture3D_method_get_width:
  71. - :ref:`int<class_int>` **get_width** **(** **)** |const|
  72. ----
  73. .. _class_Texture3D_method_has_mipmaps:
  74. - :ref:`bool<class_bool>` **has_mipmaps** **(** **)** |const|
  75. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  76. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  77. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  78. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  79. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  80. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`