:github_url: hide .. 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/doc/classes/RDPipelineMultisampleState.xml. .. _class_RDPipelineMultisampleState: RDPipelineMultisampleState ========================== **Inherits:** :ref:`RefCounted` **<** :ref:`Object` Properties ---------- +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ | :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` | ``[]`` | +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+ Property Descriptions --------------------- .. _class_RDPipelineMultisampleState_property_enable_alpha_to_coverage: - :ref:`bool` **enable_alpha_to_coverage** +-----------+-------------------------------------+ | *Default* | ``false`` | +-----------+-------------------------------------+ | *Setter* | set_enable_alpha_to_coverage(value) | +-----------+-------------------------------------+ | *Getter* | get_enable_alpha_to_coverage() | +-----------+-------------------------------------+ ---- .. _class_RDPipelineMultisampleState_property_enable_alpha_to_one: - :ref:`bool` **enable_alpha_to_one** +-----------+--------------------------------+ | *Default* | ``false`` | +-----------+--------------------------------+ | *Setter* | set_enable_alpha_to_one(value) | +-----------+--------------------------------+ | *Getter* | get_enable_alpha_to_one() | +-----------+--------------------------------+ ---- .. _class_RDPipelineMultisampleState_property_enable_sample_shading: - :ref:`bool` **enable_sample_shading** +-----------+----------------------------------+ | *Default* | ``false`` | +-----------+----------------------------------+ | *Setter* | set_enable_sample_shading(value) | +-----------+----------------------------------+ | *Getter* | get_enable_sample_shading() | +-----------+----------------------------------+ ---- .. _class_RDPipelineMultisampleState_property_min_sample_shading: - :ref:`float` **min_sample_shading** +-----------+-------------------------------+ | *Default* | ``0.0`` | +-----------+-------------------------------+ | *Setter* | set_min_sample_shading(value) | +-----------+-------------------------------+ | *Getter* | get_min_sample_shading() | +-----------+-------------------------------+ ---- .. _class_RDPipelineMultisampleState_property_sample_count: - :ref:`TextureSamples` **sample_count** +-----------+-------------------------+ | *Default* | ``0`` | +-----------+-------------------------+ | *Setter* | set_sample_count(value) | +-----------+-------------------------+ | *Getter* | get_sample_count() | +-----------+-------------------------+ ---- .. _class_RDPipelineMultisampleState_property_sample_masks: - :ref:`int[]` **sample_masks** +-----------+-------------------------+ | *Default* | ``[]`` | +-----------+-------------------------+ | *Setter* | set_sample_masks(value) | +-----------+-------------------------+ | *Getter* | get_sample_masks() | +-----------+-------------------------+ .. |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.)`