:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.5/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.5/doc/classes/GIProbeData.xml. .. _class_GIProbeData: GIProbeData =========== **Inherits:** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` Tutorials --------- - `Third Person Shooter Demo `__ Properties ---------- +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`float` | :ref:`bias` | ``0.4`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`AABB` | :ref:`bounds` | ``AABB( 0, 0, 0, 1, 1, 1 )`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`float` | :ref:`cell_size` | ``1.0`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`compress` | ``false`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`PoolIntArray` | :ref:`dynamic_data` | ``PoolIntArray( )`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`dynamic_range` | ``1`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`float` | :ref:`energy` | ``1.0`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`interior` | ``false`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`float` | :ref:`normal_bias` | ``0.4`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`float` | :ref:`propagation` | ``1.0`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform` | :ref:`to_cell_xform` | ``Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )`` | +-----------------------------------------+----------------------------------------------------------------+-----------------------------------------------------+ Property Descriptions --------------------- .. _class_GIProbeData_property_bias: - :ref:`float` **bias** +-----------+-----------------+ | *Default* | ``0.4`` | +-----------+-----------------+ | *Setter* | set_bias(value) | +-----------+-----------------+ | *Getter* | get_bias() | +-----------+-----------------+ ---- .. _class_GIProbeData_property_bounds: - :ref:`AABB` **bounds** +-----------+------------------------------+ | *Default* | ``AABB( 0, 0, 0, 1, 1, 1 )`` | +-----------+------------------------------+ | *Setter* | set_bounds(value) | +-----------+------------------------------+ | *Getter* | get_bounds() | +-----------+------------------------------+ ---- .. _class_GIProbeData_property_cell_size: - :ref:`float` **cell_size** +-----------+----------------------+ | *Default* | ``1.0`` | +-----------+----------------------+ | *Setter* | set_cell_size(value) | +-----------+----------------------+ | *Getter* | get_cell_size() | +-----------+----------------------+ ---- .. _class_GIProbeData_property_compress: - :ref:`bool` **compress** +-----------+---------------------+ | *Default* | ``false`` | +-----------+---------------------+ | *Setter* | set_compress(value) | +-----------+---------------------+ | *Getter* | is_compressed() | +-----------+---------------------+ ---- .. _class_GIProbeData_property_dynamic_data: - :ref:`PoolIntArray` **dynamic_data** +-----------+-------------------------+ | *Default* | ``PoolIntArray( )`` | +-----------+-------------------------+ | *Setter* | set_dynamic_data(value) | +-----------+-------------------------+ | *Getter* | get_dynamic_data() | +-----------+-------------------------+ ---- .. _class_GIProbeData_property_dynamic_range: - :ref:`int` **dynamic_range** +-----------+--------------------------+ | *Default* | ``1`` | +-----------+--------------------------+ | *Setter* | set_dynamic_range(value) | +-----------+--------------------------+ | *Getter* | get_dynamic_range() | +-----------+--------------------------+ ---- .. _class_GIProbeData_property_energy: - :ref:`float` **energy** +-----------+-------------------+ | *Default* | ``1.0`` | +-----------+-------------------+ | *Setter* | set_energy(value) | +-----------+-------------------+ | *Getter* | get_energy() | +-----------+-------------------+ ---- .. _class_GIProbeData_property_interior: - :ref:`bool` **interior** +-----------+---------------------+ | *Default* | ``false`` | +-----------+---------------------+ | *Setter* | set_interior(value) | +-----------+---------------------+ | *Getter* | is_interior() | +-----------+---------------------+ ---- .. _class_GIProbeData_property_normal_bias: - :ref:`float` **normal_bias** +-----------+------------------------+ | *Default* | ``0.4`` | +-----------+------------------------+ | *Setter* | set_normal_bias(value) | +-----------+------------------------+ | *Getter* | get_normal_bias() | +-----------+------------------------+ ---- .. _class_GIProbeData_property_propagation: - :ref:`float` **propagation** +-----------+------------------------+ | *Default* | ``1.0`` | +-----------+------------------------+ | *Setter* | set_propagation(value) | +-----------+------------------------+ | *Getter* | get_propagation() | +-----------+------------------------+ ---- .. _class_GIProbeData_property_to_cell_xform: - :ref:`Transform` **to_cell_xform** +-----------+-----------------------------------------------------+ | *Default* | ``Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )`` | +-----------+-----------------------------------------------------+ | *Setter* | set_to_cell_xform(value) | +-----------+-----------------------------------------------------+ | *Getter* | get_to_cell_xform() | +-----------+-----------------------------------------------------+ .. |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.)`