class_rdpipelinespecializationconstant.rst 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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/RDPipelineSpecializationConstant.xml.
  6. .. _class_RDPipelineSpecializationConstant:
  7. RDPipelineSpecializationConstant
  8. ================================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Properties
  11. ----------
  12. +-------------------------------+---------------------------------------------------------------------------------+-------+
  13. | :ref:`int<class_int>` | :ref:`constant_id<class_RDPipelineSpecializationConstant_property_constant_id>` | ``0`` |
  14. +-------------------------------+---------------------------------------------------------------------------------+-------+
  15. | :ref:`Variant<class_Variant>` | :ref:`value<class_RDPipelineSpecializationConstant_property_value>` | |
  16. +-------------------------------+---------------------------------------------------------------------------------+-------+
  17. Property Descriptions
  18. ---------------------
  19. .. _class_RDPipelineSpecializationConstant_property_constant_id:
  20. - :ref:`int<class_int>` **constant_id**
  21. +-----------+------------------------+
  22. | *Default* | ``0`` |
  23. +-----------+------------------------+
  24. | *Setter* | set_constant_id(value) |
  25. +-----------+------------------------+
  26. | *Getter* | get_constant_id() |
  27. +-----------+------------------------+
  28. ----
  29. .. _class_RDPipelineSpecializationConstant_property_value:
  30. - :ref:`Variant<class_Variant>` **value**
  31. +----------+------------------+
  32. | *Setter* | set_value(value) |
  33. +----------+------------------+
  34. | *Getter* | get_value() |
  35. +----------+------------------+
  36. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  37. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  38. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  39. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  40. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  41. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`