class_giprobedata.rst 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the GIProbeData.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_GIProbeData:
  5. GIProbeData
  6. ===========
  7. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +-----------------------------------------+----------------------------------------------------------------+
  14. | :ref:`float<class_float>` | :ref:`bias<class_GIProbeData_property_bias>` |
  15. +-----------------------------------------+----------------------------------------------------------------+
  16. | :ref:`AABB<class_AABB>` | :ref:`bounds<class_GIProbeData_property_bounds>` |
  17. +-----------------------------------------+----------------------------------------------------------------+
  18. | :ref:`float<class_float>` | :ref:`cell_size<class_GIProbeData_property_cell_size>` |
  19. +-----------------------------------------+----------------------------------------------------------------+
  20. | :ref:`bool<class_bool>` | :ref:`compress<class_GIProbeData_property_compress>` |
  21. +-----------------------------------------+----------------------------------------------------------------+
  22. | :ref:`PoolIntArray<class_PoolIntArray>` | :ref:`dynamic_data<class_GIProbeData_property_dynamic_data>` |
  23. +-----------------------------------------+----------------------------------------------------------------+
  24. | :ref:`int<class_int>` | :ref:`dynamic_range<class_GIProbeData_property_dynamic_range>` |
  25. +-----------------------------------------+----------------------------------------------------------------+
  26. | :ref:`float<class_float>` | :ref:`energy<class_GIProbeData_property_energy>` |
  27. +-----------------------------------------+----------------------------------------------------------------+
  28. | :ref:`bool<class_bool>` | :ref:`interior<class_GIProbeData_property_interior>` |
  29. +-----------------------------------------+----------------------------------------------------------------+
  30. | :ref:`float<class_float>` | :ref:`normal_bias<class_GIProbeData_property_normal_bias>` |
  31. +-----------------------------------------+----------------------------------------------------------------+
  32. | :ref:`float<class_float>` | :ref:`propagation<class_GIProbeData_property_propagation>` |
  33. +-----------------------------------------+----------------------------------------------------------------+
  34. | :ref:`Transform<class_Transform>` | :ref:`to_cell_xform<class_GIProbeData_property_to_cell_xform>` |
  35. +-----------------------------------------+----------------------------------------------------------------+
  36. Property Descriptions
  37. ---------------------
  38. .. _class_GIProbeData_property_bias:
  39. - :ref:`float<class_float>` **bias**
  40. +----------+-----------------+
  41. | *Setter* | set_bias(value) |
  42. +----------+-----------------+
  43. | *Getter* | get_bias() |
  44. +----------+-----------------+
  45. .. _class_GIProbeData_property_bounds:
  46. - :ref:`AABB<class_AABB>` **bounds**
  47. +----------+-------------------+
  48. | *Setter* | set_bounds(value) |
  49. +----------+-------------------+
  50. | *Getter* | get_bounds() |
  51. +----------+-------------------+
  52. .. _class_GIProbeData_property_cell_size:
  53. - :ref:`float<class_float>` **cell_size**
  54. +----------+----------------------+
  55. | *Setter* | set_cell_size(value) |
  56. +----------+----------------------+
  57. | *Getter* | get_cell_size() |
  58. +----------+----------------------+
  59. .. _class_GIProbeData_property_compress:
  60. - :ref:`bool<class_bool>` **compress**
  61. +----------+---------------------+
  62. | *Setter* | set_compress(value) |
  63. +----------+---------------------+
  64. | *Getter* | is_compressed() |
  65. +----------+---------------------+
  66. .. _class_GIProbeData_property_dynamic_data:
  67. - :ref:`PoolIntArray<class_PoolIntArray>` **dynamic_data**
  68. +----------+-------------------------+
  69. | *Setter* | set_dynamic_data(value) |
  70. +----------+-------------------------+
  71. | *Getter* | get_dynamic_data() |
  72. +----------+-------------------------+
  73. .. _class_GIProbeData_property_dynamic_range:
  74. - :ref:`int<class_int>` **dynamic_range**
  75. +----------+--------------------------+
  76. | *Setter* | set_dynamic_range(value) |
  77. +----------+--------------------------+
  78. | *Getter* | get_dynamic_range() |
  79. +----------+--------------------------+
  80. .. _class_GIProbeData_property_energy:
  81. - :ref:`float<class_float>` **energy**
  82. +----------+-------------------+
  83. | *Setter* | set_energy(value) |
  84. +----------+-------------------+
  85. | *Getter* | get_energy() |
  86. +----------+-------------------+
  87. .. _class_GIProbeData_property_interior:
  88. - :ref:`bool<class_bool>` **interior**
  89. +----------+---------------------+
  90. | *Setter* | set_interior(value) |
  91. +----------+---------------------+
  92. | *Getter* | is_interior() |
  93. +----------+---------------------+
  94. .. _class_GIProbeData_property_normal_bias:
  95. - :ref:`float<class_float>` **normal_bias**
  96. +----------+------------------------+
  97. | *Setter* | set_normal_bias(value) |
  98. +----------+------------------------+
  99. | *Getter* | get_normal_bias() |
  100. +----------+------------------------+
  101. .. _class_GIProbeData_property_propagation:
  102. - :ref:`float<class_float>` **propagation**
  103. +----------+------------------------+
  104. | *Setter* | set_propagation(value) |
  105. +----------+------------------------+
  106. | *Getter* | get_propagation() |
  107. +----------+------------------------+
  108. .. _class_GIProbeData_property_to_cell_xform:
  109. - :ref:`Transform<class_Transform>` **to_cell_xform**
  110. +----------+--------------------------+
  111. | *Setter* | set_to_cell_xform(value) |
  112. +----------+--------------------------+
  113. | *Getter* | get_to_cell_xform() |
  114. +----------+--------------------------+