.. 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/modules/openxr/doc_classes/OpenXRCompositionLayer.xml. .. _class_OpenXRCompositionLayer: OpenXRCompositionLayer ====================== **Inherits:** :ref:`Node3D` **<** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`OpenXRCompositionLayerCylinder`, :ref:`OpenXRCompositionLayerEquirect`, :ref:`OpenXRCompositionLayerQuad` .. 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:`bool` | :ref:`alpha_blend` | ``false`` | +---------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`enable_hole_punch` | ``false`` | +---------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`SubViewport` | :ref:`layer_viewport` | | +---------------------------------------+-----------------------------------------------------------------------------------+-----------+ | :ref:`int` | :ref:`sort_order` | ``1`` | +---------------------------------------+-----------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`intersects_ray` **(** :ref:`Vector3` origin, :ref:`Vector3` direction **)** |const| | +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_natively_supported` **(** **)** |const| | +-------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_OpenXRCompositionLayer_property_alpha_blend: .. rst-class:: classref-property :ref:`bool` **alpha_blend** = ``false`` .. rst-class:: classref-property-setget - void **set_alpha_blend** **(** :ref:`bool` value **)** - :ref:`bool` **get_alpha_blend** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRCompositionLayer_property_enable_hole_punch: .. rst-class:: classref-property :ref:`bool` **enable_hole_punch** = ``false`` .. rst-class:: classref-property-setget - void **set_enable_hole_punch** **(** :ref:`bool` value **)** - :ref:`bool` **get_enable_hole_punch** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRCompositionLayer_property_layer_viewport: .. rst-class:: classref-property :ref:`SubViewport` **layer_viewport** .. rst-class:: classref-property-setget - void **set_layer_viewport** **(** :ref:`SubViewport` value **)** - :ref:`SubViewport` **get_layer_viewport** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRCompositionLayer_property_sort_order: .. rst-class:: classref-property :ref:`int` **sort_order** = ``1`` .. rst-class:: classref-property-setget - void **set_sort_order** **(** :ref:`int` value **)** - :ref:`int` **get_sort_order** **(** **)** .. 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_OpenXRCompositionLayer_method_intersects_ray: .. rst-class:: classref-method :ref:`Vector2` **intersects_ray** **(** :ref:`Vector3` origin, :ref:`Vector3` direction **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_OpenXRCompositionLayer_method_is_natively_supported: .. rst-class:: classref-method :ref:`bool` **is_natively_supported** **(** **)** |const| .. 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.)`