class_rduniform.rst 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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/RDUniform.xml.
  6. .. _class_RDUniform:
  7. RDUniform
  8. =========
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +------------------------------------------------------+------------------------------------------------------------+-------+
  18. | :ref:`int<class_int>` | :ref:`binding<class_RDUniform_property_binding>` | ``0`` |
  19. +------------------------------------------------------+------------------------------------------------------------+-------+
  20. | :ref:`UniformType<enum_RenderingDevice_UniformType>` | :ref:`uniform_type<class_RDUniform_property_uniform_type>` | ``3`` |
  21. +------------------------------------------------------+------------------------------------------------------------+-------+
  22. .. rst-class:: classref-reftable-group
  23. Methods
  24. -------
  25. .. table::
  26. :widths: auto
  27. +-------------------------+-----------------------------------------------------------------------------------+
  28. | void | :ref:`add_id<class_RDUniform_method_add_id>` **(** :ref:`RID<class_RID>` id **)** |
  29. +-------------------------+-----------------------------------------------------------------------------------+
  30. | void | :ref:`clear_ids<class_RDUniform_method_clear_ids>` **(** **)** |
  31. +-------------------------+-----------------------------------------------------------------------------------+
  32. | :ref:`RID[]<class_RID>` | :ref:`get_ids<class_RDUniform_method_get_ids>` **(** **)** |const| |
  33. +-------------------------+-----------------------------------------------------------------------------------+
  34. .. rst-class:: classref-section-separator
  35. ----
  36. .. rst-class:: classref-descriptions-group
  37. Property Descriptions
  38. ---------------------
  39. .. _class_RDUniform_property_binding:
  40. .. rst-class:: classref-property
  41. :ref:`int<class_int>` **binding** = ``0``
  42. .. rst-class:: classref-property-setget
  43. - void **set_binding** **(** :ref:`int<class_int>` value **)**
  44. - :ref:`int<class_int>` **get_binding** **(** **)**
  45. .. container:: contribute
  46. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  47. .. rst-class:: classref-item-separator
  48. ----
  49. .. _class_RDUniform_property_uniform_type:
  50. .. rst-class:: classref-property
  51. :ref:`UniformType<enum_RenderingDevice_UniformType>` **uniform_type** = ``3``
  52. .. rst-class:: classref-property-setget
  53. - void **set_uniform_type** **(** :ref:`UniformType<enum_RenderingDevice_UniformType>` value **)**
  54. - :ref:`UniformType<enum_RenderingDevice_UniformType>` **get_uniform_type** **(** **)**
  55. .. container:: contribute
  56. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  57. .. rst-class:: classref-section-separator
  58. ----
  59. .. rst-class:: classref-descriptions-group
  60. Method Descriptions
  61. -------------------
  62. .. _class_RDUniform_method_add_id:
  63. .. rst-class:: classref-method
  64. void **add_id** **(** :ref:`RID<class_RID>` id **)**
  65. .. container:: contribute
  66. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  67. .. rst-class:: classref-item-separator
  68. ----
  69. .. _class_RDUniform_method_clear_ids:
  70. .. rst-class:: classref-method
  71. void **clear_ids** **(** **)**
  72. .. container:: contribute
  73. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  74. .. rst-class:: classref-item-separator
  75. ----
  76. .. _class_RDUniform_method_get_ids:
  77. .. rst-class:: classref-method
  78. :ref:`RID[]<class_RID>` **get_ids** **(** **)** |const|
  79. .. container:: contribute
  80. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  81. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  82. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  83. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  84. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  85. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  86. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`