class_giprobedata.rst 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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>` |
  16. +-----------------------------------------+----------------------------------------------------------------+
  17. | :ref:`AABB<class_AABB>` | :ref:`bounds<class_GIProbeData_property_bounds>` |
  18. +-----------------------------------------+----------------------------------------------------------------+
  19. | :ref:`float<class_float>` | :ref:`cell_size<class_GIProbeData_property_cell_size>` |
  20. +-----------------------------------------+----------------------------------------------------------------+
  21. | :ref:`bool<class_bool>` | :ref:`compress<class_GIProbeData_property_compress>` |
  22. +-----------------------------------------+----------------------------------------------------------------+
  23. | :ref:`PoolIntArray<class_PoolIntArray>` | :ref:`dynamic_data<class_GIProbeData_property_dynamic_data>` |
  24. +-----------------------------------------+----------------------------------------------------------------+
  25. | :ref:`int<class_int>` | :ref:`dynamic_range<class_GIProbeData_property_dynamic_range>` |
  26. +-----------------------------------------+----------------------------------------------------------------+
  27. | :ref:`float<class_float>` | :ref:`energy<class_GIProbeData_property_energy>` |
  28. +-----------------------------------------+----------------------------------------------------------------+
  29. | :ref:`bool<class_bool>` | :ref:`interior<class_GIProbeData_property_interior>` |
  30. +-----------------------------------------+----------------------------------------------------------------+
  31. | :ref:`float<class_float>` | :ref:`normal_bias<class_GIProbeData_property_normal_bias>` |
  32. +-----------------------------------------+----------------------------------------------------------------+
  33. | :ref:`float<class_float>` | :ref:`propagation<class_GIProbeData_property_propagation>` |
  34. +-----------------------------------------+----------------------------------------------------------------+
  35. | :ref:`Transform<class_Transform>` | :ref:`to_cell_xform<class_GIProbeData_property_to_cell_xform>` |
  36. +-----------------------------------------+----------------------------------------------------------------+
  37. Property Descriptions
  38. ---------------------
  39. .. _class_GIProbeData_property_bias:
  40. - :ref:`float<class_float>` **bias**
  41. +----------+-----------------+
  42. | *Setter* | set_bias(value) |
  43. +----------+-----------------+
  44. | *Getter* | get_bias() |
  45. +----------+-----------------+
  46. ----
  47. .. _class_GIProbeData_property_bounds:
  48. - :ref:`AABB<class_AABB>` **bounds**
  49. +----------+-------------------+
  50. | *Setter* | set_bounds(value) |
  51. +----------+-------------------+
  52. | *Getter* | get_bounds() |
  53. +----------+-------------------+
  54. ----
  55. .. _class_GIProbeData_property_cell_size:
  56. - :ref:`float<class_float>` **cell_size**
  57. +----------+----------------------+
  58. | *Setter* | set_cell_size(value) |
  59. +----------+----------------------+
  60. | *Getter* | get_cell_size() |
  61. +----------+----------------------+
  62. ----
  63. .. _class_GIProbeData_property_compress:
  64. - :ref:`bool<class_bool>` **compress**
  65. +----------+---------------------+
  66. | *Setter* | set_compress(value) |
  67. +----------+---------------------+
  68. | *Getter* | is_compressed() |
  69. +----------+---------------------+
  70. ----
  71. .. _class_GIProbeData_property_dynamic_data:
  72. - :ref:`PoolIntArray<class_PoolIntArray>` **dynamic_data**
  73. +----------+-------------------------+
  74. | *Setter* | set_dynamic_data(value) |
  75. +----------+-------------------------+
  76. | *Getter* | get_dynamic_data() |
  77. +----------+-------------------------+
  78. ----
  79. .. _class_GIProbeData_property_dynamic_range:
  80. - :ref:`int<class_int>` **dynamic_range**
  81. +----------+--------------------------+
  82. | *Setter* | set_dynamic_range(value) |
  83. +----------+--------------------------+
  84. | *Getter* | get_dynamic_range() |
  85. +----------+--------------------------+
  86. ----
  87. .. _class_GIProbeData_property_energy:
  88. - :ref:`float<class_float>` **energy**
  89. +----------+-------------------+
  90. | *Setter* | set_energy(value) |
  91. +----------+-------------------+
  92. | *Getter* | get_energy() |
  93. +----------+-------------------+
  94. ----
  95. .. _class_GIProbeData_property_interior:
  96. - :ref:`bool<class_bool>` **interior**
  97. +----------+---------------------+
  98. | *Setter* | set_interior(value) |
  99. +----------+---------------------+
  100. | *Getter* | is_interior() |
  101. +----------+---------------------+
  102. ----
  103. .. _class_GIProbeData_property_normal_bias:
  104. - :ref:`float<class_float>` **normal_bias**
  105. +----------+------------------------+
  106. | *Setter* | set_normal_bias(value) |
  107. +----------+------------------------+
  108. | *Getter* | get_normal_bias() |
  109. +----------+------------------------+
  110. ----
  111. .. _class_GIProbeData_property_propagation:
  112. - :ref:`float<class_float>` **propagation**
  113. +----------+------------------------+
  114. | *Setter* | set_propagation(value) |
  115. +----------+------------------------+
  116. | *Getter* | get_propagation() |
  117. +----------+------------------------+
  118. ----
  119. .. _class_GIProbeData_property_to_cell_xform:
  120. - :ref:`Transform<class_Transform>` **to_cell_xform**
  121. +----------+--------------------------+
  122. | *Setter* | set_to_cell_xform(value) |
  123. +----------+--------------------------+
  124. | *Getter* | get_to_cell_xform() |
  125. +----------+--------------------------+