class_giprobe.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the GIProbe.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_GIProbe:
  5. GIProbe
  6. =======
  7. **Inherits:** :ref:`VisualInstance<class_visualinstance>` **<** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +-------+---------------------------------------------------------------------------------------------------------------------------------------+
  14. | void | :ref:`bake<class_GIProbe_bake>` **(** :ref:`Node<class_node>` from_node=null, :ref:`bool<class_bool>` create_visual_debug=false **)** |
  15. +-------+---------------------------------------------------------------------------------------------------------------------------------------+
  16. | void | :ref:`debug_bake<class_GIProbe_debug_bake>` **(** **)** |
  17. +-------+---------------------------------------------------------------------------------------------------------------------------------------+
  18. Member Variables
  19. ----------------
  20. .. _class_GIProbe_bias:
  21. - :ref:`float<class_float>` **bias**
  22. .. _class_GIProbe_compress:
  23. - :ref:`bool<class_bool>` **compress**
  24. .. _class_GIProbe_data:
  25. - :ref:`GIProbeData<class_giprobedata>` **data**
  26. .. _class_GIProbe_dynamic_range:
  27. - :ref:`int<class_int>` **dynamic_range**
  28. .. _class_GIProbe_energy:
  29. - :ref:`float<class_float>` **energy**
  30. .. _class_GIProbe_extents:
  31. - :ref:`Vector3<class_vector3>` **extents**
  32. .. _class_GIProbe_interior:
  33. - :ref:`bool<class_bool>` **interior**
  34. .. _class_GIProbe_normal_bias:
  35. - :ref:`float<class_float>` **normal_bias**
  36. .. _class_GIProbe_propagation:
  37. - :ref:`float<class_float>` **propagation**
  38. .. _class_GIProbe_subdiv:
  39. - :ref:`Subdiv<enum_giprobe_subdiv>` **subdiv**
  40. Enums
  41. -----
  42. .. _enum_GIProbe_Subdiv:
  43. enum **Subdiv**
  44. - **SUBDIV_64** = **0**
  45. - **SUBDIV_128** = **1**
  46. - **SUBDIV_256** = **2**
  47. - **SUBDIV_512** = **3**
  48. - **SUBDIV_MAX** = **4**
  49. Member Function Description
  50. ---------------------------
  51. .. _class_GIProbe_bake:
  52. - void **bake** **(** :ref:`Node<class_node>` from_node=null, :ref:`bool<class_bool>` create_visual_debug=false **)**
  53. .. _class_GIProbe_debug_bake:
  54. - void **debug_bake** **(** **)**