class_giprobedata.rst 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. **Category:** Core
  10. Brief Description
  11. -----------------
  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. .. _class_GIProbeData_property_bounds:
  49. - :ref:`AABB<class_AABB>` **bounds**
  50. +-----------+--------------------------+
  51. | *Default* | AABB( 0, 0, 0, 1, 1, 1 ) |
  52. +-----------+--------------------------+
  53. | *Setter* | set_bounds(value) |
  54. +-----------+--------------------------+
  55. | *Getter* | get_bounds() |
  56. +-----------+--------------------------+
  57. .. _class_GIProbeData_property_cell_size:
  58. - :ref:`float<class_float>` **cell_size**
  59. +-----------+----------------------+
  60. | *Default* | 1.0 |
  61. +-----------+----------------------+
  62. | *Setter* | set_cell_size(value) |
  63. +-----------+----------------------+
  64. | *Getter* | get_cell_size() |
  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. .. _class_GIProbeData_property_dynamic_data:
  76. - :ref:`PoolIntArray<class_PoolIntArray>` **dynamic_data**
  77. +-----------+-------------------------+
  78. | *Default* | PoolIntArray( ) |
  79. +-----------+-------------------------+
  80. | *Setter* | set_dynamic_data(value) |
  81. +-----------+-------------------------+
  82. | *Getter* | get_dynamic_data() |
  83. +-----------+-------------------------+
  84. .. _class_GIProbeData_property_dynamic_range:
  85. - :ref:`int<class_int>` **dynamic_range**
  86. +-----------+--------------------------+
  87. | *Default* | 1 |
  88. +-----------+--------------------------+
  89. | *Setter* | set_dynamic_range(value) |
  90. +-----------+--------------------------+
  91. | *Getter* | get_dynamic_range() |
  92. +-----------+--------------------------+
  93. .. _class_GIProbeData_property_energy:
  94. - :ref:`float<class_float>` **energy**
  95. +-----------+-------------------+
  96. | *Default* | 1.0 |
  97. +-----------+-------------------+
  98. | *Setter* | set_energy(value) |
  99. +-----------+-------------------+
  100. | *Getter* | get_energy() |
  101. +-----------+-------------------+
  102. .. _class_GIProbeData_property_interior:
  103. - :ref:`bool<class_bool>` **interior**
  104. +-----------+---------------------+
  105. | *Default* | false |
  106. +-----------+---------------------+
  107. | *Setter* | set_interior(value) |
  108. +-----------+---------------------+
  109. | *Getter* | is_interior() |
  110. +-----------+---------------------+
  111. .. _class_GIProbeData_property_normal_bias:
  112. - :ref:`float<class_float>` **normal_bias**
  113. +-----------+------------------------+
  114. | *Default* | 0.4 |
  115. +-----------+------------------------+
  116. | *Setter* | set_normal_bias(value) |
  117. +-----------+------------------------+
  118. | *Getter* | get_normal_bias() |
  119. +-----------+------------------------+
  120. .. _class_GIProbeData_property_propagation:
  121. - :ref:`float<class_float>` **propagation**
  122. +-----------+------------------------+
  123. | *Default* | 1.0 |
  124. +-----------+------------------------+
  125. | *Setter* | set_propagation(value) |
  126. +-----------+------------------------+
  127. | *Getter* | get_propagation() |
  128. +-----------+------------------------+
  129. .. _class_GIProbeData_property_to_cell_xform:
  130. - :ref:`Transform<class_Transform>` **to_cell_xform**
  131. +-----------+-------------------------------------------------+
  132. | *Default* | Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) |
  133. +-----------+-------------------------------------------------+
  134. | *Setter* | set_to_cell_xform(value) |
  135. +-----------+-------------------------------------------------+
  136. | *Getter* | get_to_cell_xform() |
  137. +-----------+-------------------------------------------------+