.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/VoxelGI.xml. .. _class_VoxelGI: VoxelGI ======= **Inherits:** :ref:`VisualInstance3D` **<** :ref:`Node3D` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------------------+--------------------------------------------------------------------+-------------------------+ | :ref:`CameraAttributes` | :ref:`camera_attributes` | | +-------------------------------------------------+--------------------------------------------------------------------+-------------------------+ | :ref:`VoxelGIData` | :ref:`data` | | +-------------------------------------------------+--------------------------------------------------------------------+-------------------------+ | :ref:`Vector3` | :ref:`size` | ``Vector3(20, 20, 20)`` | +-------------------------------------------------+--------------------------------------------------------------------+-------------------------+ | :ref:`Subdiv` | :ref:`subdiv` | ``1`` | +-------------------------------------------------+--------------------------------------------------------------------+-------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+----------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`bake` **(** :ref:`Node` from_node=null, :ref:`bool` create_visual_debug=false **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`debug_bake` **(** **)** | +------+----------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_VoxelGI_Subdiv: .. rst-class:: classref-enumeration enum **Subdiv**: .. _class_VoxelGI_constant_SUBDIV_64: .. rst-class:: classref-enumeration-constant :ref:`Subdiv` **SUBDIV_64** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_VoxelGI_constant_SUBDIV_128: .. rst-class:: classref-enumeration-constant :ref:`Subdiv` **SUBDIV_128** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_VoxelGI_constant_SUBDIV_256: .. rst-class:: classref-enumeration-constant :ref:`Subdiv` **SUBDIV_256** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_VoxelGI_constant_SUBDIV_512: .. rst-class:: classref-enumeration-constant :ref:`Subdiv` **SUBDIV_512** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_VoxelGI_constant_SUBDIV_MAX: .. rst-class:: classref-enumeration-constant :ref:`Subdiv` **SUBDIV_MAX** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_VoxelGI_property_camera_attributes: .. rst-class:: classref-property :ref:`CameraAttributes` **camera_attributes** .. rst-class:: classref-property-setget - void **set_camera_attributes** **(** :ref:`CameraAttributes` value **)** - :ref:`CameraAttributes` **get_camera_attributes** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGI_property_data: .. rst-class:: classref-property :ref:`VoxelGIData` **data** .. rst-class:: classref-property-setget - void **set_probe_data** **(** :ref:`VoxelGIData` value **)** - :ref:`VoxelGIData` **get_probe_data** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGI_property_size: .. rst-class:: classref-property :ref:`Vector3` **size** = ``Vector3(20, 20, 20)`` .. rst-class:: classref-property-setget - void **set_size** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_size** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGI_property_subdiv: .. rst-class:: classref-property :ref:`Subdiv` **subdiv** = ``1`` .. rst-class:: classref-property-setget - void **set_subdiv** **(** :ref:`Subdiv` value **)** - :ref:`Subdiv` **get_subdiv** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_VoxelGI_method_bake: .. rst-class:: classref-method void **bake** **(** :ref:`Node` from_node=null, :ref:`bool` create_visual_debug=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VoxelGI_method_debug_bake: .. rst-class:: classref-method void **debug_bake** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`