class_giprobedata.rst 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.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. Properties
  10. ----------
  11. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  12. | :ref:`float<class_float>` | :ref:`bias<class_GIProbeData_property_bias>` | ``0.4`` |
  13. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  14. | :ref:`AABB<class_AABB>` | :ref:`bounds<class_GIProbeData_property_bounds>` | ``AABB( 0, 0, 0, 1, 1, 1 )`` |
  15. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  16. | :ref:`float<class_float>` | :ref:`cell_size<class_GIProbeData_property_cell_size>` | ``1.0`` |
  17. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`compress<class_GIProbeData_property_compress>` | ``false`` |
  19. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  20. | :ref:`PoolIntArray<class_PoolIntArray>` | :ref:`dynamic_data<class_GIProbeData_property_dynamic_data>` | ``PoolIntArray( )`` |
  21. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  22. | :ref:`int<class_int>` | :ref:`dynamic_range<class_GIProbeData_property_dynamic_range>` | ``1`` |
  23. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  24. | :ref:`float<class_float>` | :ref:`energy<class_GIProbeData_property_energy>` | ``1.0`` |
  25. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  26. | :ref:`bool<class_bool>` | :ref:`interior<class_GIProbeData_property_interior>` | ``false`` |
  27. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  28. | :ref:`float<class_float>` | :ref:`normal_bias<class_GIProbeData_property_normal_bias>` | ``0.4`` |
  29. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  30. | :ref:`float<class_float>` | :ref:`propagation<class_GIProbeData_property_propagation>` | ``1.0`` |
  31. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  32. | :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 )`` |
  33. +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+
  34. Property Descriptions
  35. ---------------------
  36. .. _class_GIProbeData_property_bias:
  37. - :ref:`float<class_float>` **bias**
  38. +-----------+-----------------+
  39. | *Default* | ``0.4`` |
  40. +-----------+-----------------+
  41. | *Setter* | set_bias(value) |
  42. +-----------+-----------------+
  43. | *Getter* | get_bias() |
  44. +-----------+-----------------+
  45. ----
  46. .. _class_GIProbeData_property_bounds:
  47. - :ref:`AABB<class_AABB>` **bounds**
  48. +-----------+------------------------------+
  49. | *Default* | ``AABB( 0, 0, 0, 1, 1, 1 )`` |
  50. +-----------+------------------------------+
  51. | *Setter* | set_bounds(value) |
  52. +-----------+------------------------------+
  53. | *Getter* | get_bounds() |
  54. +-----------+------------------------------+
  55. ----
  56. .. _class_GIProbeData_property_cell_size:
  57. - :ref:`float<class_float>` **cell_size**
  58. +-----------+----------------------+
  59. | *Default* | ``1.0`` |
  60. +-----------+----------------------+
  61. | *Setter* | set_cell_size(value) |
  62. +-----------+----------------------+
  63. | *Getter* | get_cell_size() |
  64. +-----------+----------------------+
  65. ----
  66. .. _class_GIProbeData_property_compress:
  67. - :ref:`bool<class_bool>` **compress**
  68. +-----------+---------------------+
  69. | *Default* | ``false`` |
  70. +-----------+---------------------+
  71. | *Setter* | set_compress(value) |
  72. +-----------+---------------------+
  73. | *Getter* | is_compressed() |
  74. +-----------+---------------------+
  75. ----
  76. .. _class_GIProbeData_property_dynamic_data:
  77. - :ref:`PoolIntArray<class_PoolIntArray>` **dynamic_data**
  78. +-----------+-------------------------+
  79. | *Default* | ``PoolIntArray( )`` |
  80. +-----------+-------------------------+
  81. | *Setter* | set_dynamic_data(value) |
  82. +-----------+-------------------------+
  83. | *Getter* | get_dynamic_data() |
  84. +-----------+-------------------------+
  85. ----
  86. .. _class_GIProbeData_property_dynamic_range:
  87. - :ref:`int<class_int>` **dynamic_range**
  88. +-----------+--------------------------+
  89. | *Default* | ``1`` |
  90. +-----------+--------------------------+
  91. | *Setter* | set_dynamic_range(value) |
  92. +-----------+--------------------------+
  93. | *Getter* | get_dynamic_range() |
  94. +-----------+--------------------------+
  95. ----
  96. .. _class_GIProbeData_property_energy:
  97. - :ref:`float<class_float>` **energy**
  98. +-----------+-------------------+
  99. | *Default* | ``1.0`` |
  100. +-----------+-------------------+
  101. | *Setter* | set_energy(value) |
  102. +-----------+-------------------+
  103. | *Getter* | get_energy() |
  104. +-----------+-------------------+
  105. ----
  106. .. _class_GIProbeData_property_interior:
  107. - :ref:`bool<class_bool>` **interior**
  108. +-----------+---------------------+
  109. | *Default* | ``false`` |
  110. +-----------+---------------------+
  111. | *Setter* | set_interior(value) |
  112. +-----------+---------------------+
  113. | *Getter* | is_interior() |
  114. +-----------+---------------------+
  115. ----
  116. .. _class_GIProbeData_property_normal_bias:
  117. - :ref:`float<class_float>` **normal_bias**
  118. +-----------+------------------------+
  119. | *Default* | ``0.4`` |
  120. +-----------+------------------------+
  121. | *Setter* | set_normal_bias(value) |
  122. +-----------+------------------------+
  123. | *Getter* | get_normal_bias() |
  124. +-----------+------------------------+
  125. ----
  126. .. _class_GIProbeData_property_propagation:
  127. - :ref:`float<class_float>` **propagation**
  128. +-----------+------------------------+
  129. | *Default* | ``1.0`` |
  130. +-----------+------------------------+
  131. | *Setter* | set_propagation(value) |
  132. +-----------+------------------------+
  133. | *Getter* | get_propagation() |
  134. +-----------+------------------------+
  135. ----
  136. .. _class_GIProbeData_property_to_cell_xform:
  137. - :ref:`Transform<class_Transform>` **to_cell_xform**
  138. +-----------+-----------------------------------------------------+
  139. | *Default* | ``Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )`` |
  140. +-----------+-----------------------------------------------------+
  141. | *Setter* | set_to_cell_xform(value) |
  142. +-----------+-----------------------------------------------------+
  143. | *Getter* | get_to_cell_xform() |
  144. +-----------+-----------------------------------------------------+
  145. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  146. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  147. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`