.. 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/OccluderInstance3D.xml. .. _class_OccluderInstance3D: OccluderInstance3D ================== **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:`int` | :ref:`bake_mask` | ``4294967295`` | +-------------------------------------+-----------------------------------------------------------------------------------------------------+----------------+ | :ref:`float` | :ref:`bake_simplification_distance` | ``0.1`` | +-------------------------------------+-----------------------------------------------------------------------------------------------------+----------------+ | :ref:`Occluder3D` | :ref:`occluder` | | +-------------------------------------+-----------------------------------------------------------------------------------------------------+----------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_bake_mask_value` **(** :ref:`int` layer_number **)** |const| | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bake_mask_value` **(** :ref:`int` layer_number, :ref:`bool` value **)** | +-------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_OccluderInstance3D_property_bake_mask: .. rst-class:: classref-property :ref:`int` **bake_mask** = ``4294967295`` .. rst-class:: classref-property-setget - void **set_bake_mask** **(** :ref:`int` value **)** - :ref:`int` **get_bake_mask** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OccluderInstance3D_property_bake_simplification_distance: .. rst-class:: classref-property :ref:`float` **bake_simplification_distance** = ``0.1`` .. rst-class:: classref-property-setget - void **set_bake_simplification_distance** **(** :ref:`float` value **)** - :ref:`float` **get_bake_simplification_distance** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OccluderInstance3D_property_occluder: .. rst-class:: classref-property :ref:`Occluder3D` **occluder** .. rst-class:: classref-property-setget - void **set_occluder** **(** :ref:`Occluder3D` value **)** - :ref:`Occluder3D` **get_occluder** **(** **)** .. 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_OccluderInstance3D_method_get_bake_mask_value: .. rst-class:: classref-method :ref:`bool` **get_bake_mask_value** **(** :ref:`int` layer_number **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OccluderInstance3D_method_set_bake_mask_value: .. rst-class:: classref-method void **set_bake_mask_value** **(** :ref:`int` layer_number, :ref:`bool` value **)** .. 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.)`