class_rdpipelinemultisamplestate.rst 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineMultisampleState.xml.
  6. .. _class_RDPipelineMultisampleState:
  7. RDPipelineMultisampleState
  8. ==========================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Properties
  11. ----------
  12. +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+
  13. | :ref:`bool<class_bool>` | :ref:`enable_alpha_to_coverage<class_RDPipelineMultisampleState_property_enable_alpha_to_coverage>` | ``false`` |
  14. +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+
  15. | :ref:`bool<class_bool>` | :ref:`enable_alpha_to_one<class_RDPipelineMultisampleState_property_enable_alpha_to_one>` | ``false`` |
  16. +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+
  17. | :ref:`bool<class_bool>` | :ref:`enable_sample_shading<class_RDPipelineMultisampleState_property_enable_sample_shading>` | ``false`` |
  18. +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+
  19. | :ref:`float<class_float>` | :ref:`min_sample_shading<class_RDPipelineMultisampleState_property_min_sample_shading>` | ``0.0`` |
  20. +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+
  21. | :ref:`TextureSamples<enum_RenderingDevice_TextureSamples>` | :ref:`sample_count<class_RDPipelineMultisampleState_property_sample_count>` | ``0`` |
  22. +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+
  23. | :ref:`int[]<class_int>` | :ref:`sample_masks<class_RDPipelineMultisampleState_property_sample_masks>` | ``[]`` |
  24. +------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------+
  25. Property Descriptions
  26. ---------------------
  27. .. _class_RDPipelineMultisampleState_property_enable_alpha_to_coverage:
  28. - :ref:`bool<class_bool>` **enable_alpha_to_coverage**
  29. +-----------+-------------------------------------+
  30. | *Default* | ``false`` |
  31. +-----------+-------------------------------------+
  32. | *Setter* | set_enable_alpha_to_coverage(value) |
  33. +-----------+-------------------------------------+
  34. | *Getter* | get_enable_alpha_to_coverage() |
  35. +-----------+-------------------------------------+
  36. ----
  37. .. _class_RDPipelineMultisampleState_property_enable_alpha_to_one:
  38. - :ref:`bool<class_bool>` **enable_alpha_to_one**
  39. +-----------+--------------------------------+
  40. | *Default* | ``false`` |
  41. +-----------+--------------------------------+
  42. | *Setter* | set_enable_alpha_to_one(value) |
  43. +-----------+--------------------------------+
  44. | *Getter* | get_enable_alpha_to_one() |
  45. +-----------+--------------------------------+
  46. ----
  47. .. _class_RDPipelineMultisampleState_property_enable_sample_shading:
  48. - :ref:`bool<class_bool>` **enable_sample_shading**
  49. +-----------+----------------------------------+
  50. | *Default* | ``false`` |
  51. +-----------+----------------------------------+
  52. | *Setter* | set_enable_sample_shading(value) |
  53. +-----------+----------------------------------+
  54. | *Getter* | get_enable_sample_shading() |
  55. +-----------+----------------------------------+
  56. ----
  57. .. _class_RDPipelineMultisampleState_property_min_sample_shading:
  58. - :ref:`float<class_float>` **min_sample_shading**
  59. +-----------+-------------------------------+
  60. | *Default* | ``0.0`` |
  61. +-----------+-------------------------------+
  62. | *Setter* | set_min_sample_shading(value) |
  63. +-----------+-------------------------------+
  64. | *Getter* | get_min_sample_shading() |
  65. +-----------+-------------------------------+
  66. ----
  67. .. _class_RDPipelineMultisampleState_property_sample_count:
  68. - :ref:`TextureSamples<enum_RenderingDevice_TextureSamples>` **sample_count**
  69. +-----------+-------------------------+
  70. | *Default* | ``0`` |
  71. +-----------+-------------------------+
  72. | *Setter* | set_sample_count(value) |
  73. +-----------+-------------------------+
  74. | *Getter* | get_sample_count() |
  75. +-----------+-------------------------+
  76. ----
  77. .. _class_RDPipelineMultisampleState_property_sample_masks:
  78. - :ref:`int[]<class_int>` **sample_masks**
  79. +-----------+-------------------------+
  80. | *Default* | ``[]`` |
  81. +-----------+-------------------------+
  82. | *Setter* | set_sample_masks(value) |
  83. +-----------+-------------------------+
  84. | *Getter* | get_sample_masks() |
  85. +-----------+-------------------------+
  86. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  87. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  88. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  89. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  90. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  91. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`