.. 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/RDPipelineMultisampleState.xml. .. _class_RDPipelineMultisampleState: RDPipelineMultisampleState ========================== **Inherits:** :ref:`RefCounted` **<** :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:`bool` | :ref:`enable_alpha_to_coverage` | ``false`` | +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`enable_alpha_to_one` | ``false`` | +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`enable_sample_shading` | ``false`` | +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`min_sample_shading` | ``0.0`` | +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ | :ref:`TextureSamples` | :ref:`sample_count` | ``0`` | +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ | :ref:`int[]` | :ref:`sample_masks` | ``[]`` | +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_RDPipelineMultisampleState_property_enable_alpha_to_coverage: .. rst-class:: classref-property :ref:`bool` **enable_alpha_to_coverage** = ``false`` .. rst-class:: classref-property-setget - void **set_enable_alpha_to_coverage** **(** :ref:`bool` value **)** - :ref:`bool` **get_enable_alpha_to_coverage** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineMultisampleState_property_enable_alpha_to_one: .. rst-class:: classref-property :ref:`bool` **enable_alpha_to_one** = ``false`` .. rst-class:: classref-property-setget - void **set_enable_alpha_to_one** **(** :ref:`bool` value **)** - :ref:`bool` **get_enable_alpha_to_one** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineMultisampleState_property_enable_sample_shading: .. rst-class:: classref-property :ref:`bool` **enable_sample_shading** = ``false`` .. rst-class:: classref-property-setget - void **set_enable_sample_shading** **(** :ref:`bool` value **)** - :ref:`bool` **get_enable_sample_shading** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineMultisampleState_property_min_sample_shading: .. rst-class:: classref-property :ref:`float` **min_sample_shading** = ``0.0`` .. rst-class:: classref-property-setget - void **set_min_sample_shading** **(** :ref:`float` value **)** - :ref:`float` **get_min_sample_shading** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineMultisampleState_property_sample_count: .. rst-class:: classref-property :ref:`TextureSamples` **sample_count** = ``0`` .. rst-class:: classref-property-setget - void **set_sample_count** **(** :ref:`TextureSamples` value **)** - :ref:`TextureSamples` **get_sample_count** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineMultisampleState_property_sample_masks: .. rst-class:: classref-property :ref:`int[]` **sample_masks** = ``[]`` .. rst-class:: classref-property-setget - void **set_sample_masks** **(** :ref:`int[]` value **)** - :ref:`int[]` **get_sample_masks** **(** **)** .. container:: contribute There is currently no description for this property. 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.)`