class_giprobedata.rst 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the GIProbeData.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_GIProbeData:
  6. GIProbeData
  7. ===========
  8. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. Tutorials
  10. ---------
  11. - `Third Person Shooter Demo <https://godotengine.org/asset-library/asset/678>`__
  12. Properties
  13. ----------
  14. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  15. | :ref:`float<class_float>` | :ref:`bias<class_GIProbeData_property_bias>` | ``0.4`` |
  16. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  17. | :ref:`AABB<class_AABB>` | :ref:`bounds<class_GIProbeData_property_bounds>` | ``AABB( 0, 0, 0, 1, 1, 1 )`` |
  18. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  19. | :ref:`float<class_float>` | :ref:`cell_size<class_GIProbeData_property_cell_size>` | ``1.0`` |
  20. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  21. | :ref:`bool<class_bool>` | :ref:`compress<class_GIProbeData_property_compress>` | ``false`` |
  22. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  23. | :ref:`PoolIntArray<class_PoolIntArray>` | :ref:`dynamic_data<class_GIProbeData_property_dynamic_data>` | ``PoolIntArray( )`` |
  24. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  25. | :ref:`int<class_int>` | :ref:`dynamic_range<class_GIProbeData_property_dynamic_range>` | ``1`` |
  26. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  27. | :ref:`float<class_float>` | :ref:`energy<class_GIProbeData_property_energy>` | ``1.0`` |
  28. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  29. | :ref:`bool<class_bool>` | :ref:`interior<class_GIProbeData_property_interior>` | ``false`` |
  30. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  31. | :ref:`float<class_float>` | :ref:`normal_bias<class_GIProbeData_property_normal_bias>` | ``0.4`` |
  32. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  33. | :ref:`float<class_float>` | :ref:`propagation<class_GIProbeData_property_propagation>` | ``1.0`` |
  34. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  35. | :ref:`Transform<class_Transform>` | :ref:`to_cell_xform<class_GIProbeData_property_to_cell_xform>` | ``Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )`` |
  36. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  37. Property Descriptions
  38. ---------------------
  39. .. _class_GIProbeData_property_bias:
  40. - :ref:`float<class_float>` **bias**
  41. +-----------+-----------------+
  42. | *Default* | ``0.4`` |
  43. +-----------+-----------------+
  44. | *Setter* | set_bias(value) |
  45. +-----------+-----------------+
  46. | *Getter* | get_bias() |
  47. +-----------+-----------------+
  48. ----
  49. .. _class_GIProbeData_property_bounds:
  50. - :ref:`AABB<class_AABB>` **bounds**
  51. +-----------+------------------------------+
  52. | *Default* | ``AABB( 0, 0, 0, 1, 1, 1 )`` |
  53. +-----------+------------------------------+
  54. | *Setter* | set_bounds(value) |
  55. +-----------+------------------------------+
  56. | *Getter* | get_bounds() |
  57. +-----------+------------------------------+
  58. ----
  59. .. _class_GIProbeData_property_cell_size:
  60. - :ref:`float<class_float>` **cell_size**
  61. +-----------+----------------------+
  62. | *Default* | ``1.0`` |
  63. +-----------+----------------------+
  64. | *Setter* | set_cell_size(value) |
  65. +-----------+----------------------+
  66. | *Getter* | get_cell_size() |
  67. +-----------+----------------------+
  68. ----
  69. .. _class_GIProbeData_property_compress:
  70. - :ref:`bool<class_bool>` **compress**
  71. +-----------+---------------------+
  72. | *Default* | ``false`` |
  73. +-----------+---------------------+
  74. | *Setter* | set_compress(value) |
  75. +-----------+---------------------+
  76. | *Getter* | is_compressed() |
  77. +-----------+---------------------+
  78. ----
  79. .. _class_GIProbeData_property_dynamic_data:
  80. - :ref:`PoolIntArray<class_PoolIntArray>` **dynamic_data**
  81. +-----------+-------------------------+
  82. | *Default* | ``PoolIntArray( )`` |
  83. +-----------+-------------------------+
  84. | *Setter* | set_dynamic_data(value) |
  85. +-----------+-------------------------+
  86. | *Getter* | get_dynamic_data() |
  87. +-----------+-------------------------+
  88. ----
  89. .. _class_GIProbeData_property_dynamic_range:
  90. - :ref:`int<class_int>` **dynamic_range**
  91. +-----------+--------------------------+
  92. | *Default* | ``1`` |
  93. +-----------+--------------------------+
  94. | *Setter* | set_dynamic_range(value) |
  95. +-----------+--------------------------+
  96. | *Getter* | get_dynamic_range() |
  97. +-----------+--------------------------+
  98. ----
  99. .. _class_GIProbeData_property_energy:
  100. - :ref:`float<class_float>` **energy**
  101. +-----------+-------------------+
  102. | *Default* | ``1.0`` |
  103. +-----------+-------------------+
  104. | *Setter* | set_energy(value) |
  105. +-----------+-------------------+
  106. | *Getter* | get_energy() |
  107. +-----------+-------------------+
  108. ----
  109. .. _class_GIProbeData_property_interior:
  110. - :ref:`bool<class_bool>` **interior**
  111. +-----------+---------------------+
  112. | *Default* | ``false`` |
  113. +-----------+---------------------+
  114. | *Setter* | set_interior(value) |
  115. +-----------+---------------------+
  116. | *Getter* | is_interior() |
  117. +-----------+---------------------+
  118. ----
  119. .. _class_GIProbeData_property_normal_bias:
  120. - :ref:`float<class_float>` **normal_bias**
  121. +-----------+------------------------+
  122. | *Default* | ``0.4`` |
  123. +-----------+------------------------+
  124. | *Setter* | set_normal_bias(value) |
  125. +-----------+------------------------+
  126. | *Getter* | get_normal_bias() |
  127. +-----------+------------------------+
  128. ----
  129. .. _class_GIProbeData_property_propagation:
  130. - :ref:`float<class_float>` **propagation**
  131. +-----------+------------------------+
  132. | *Default* | ``1.0`` |
  133. +-----------+------------------------+
  134. | *Setter* | set_propagation(value) |
  135. +-----------+------------------------+
  136. | *Getter* | get_propagation() |
  137. +-----------+------------------------+
  138. ----
  139. .. _class_GIProbeData_property_to_cell_xform:
  140. - :ref:`Transform<class_Transform>` **to_cell_xform**
  141. +-----------+-----------------------------------------------------+
  142. | *Default* | ``Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )`` |
  143. +-----------+-----------------------------------------------------+
  144. | *Setter* | set_to_cell_xform(value) |
  145. +-----------+-----------------------------------------------------+
  146. | *Getter* | get_to_cell_xform() |
  147. +-----------+-----------------------------------------------------+
  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.)`