class_visualshadernodecolorconstant.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the VisualShaderNodeColorConstant.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_VisualShaderNodeColorConstant:
  5. VisualShaderNodeColorConstant
  6. =============================
  7. **Inherits:** :ref:`VisualShaderNode<class_VisualShaderNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +---------------------------+---------------------------------------------------------------+
  14. | :ref:`Color<class_Color>` | :ref:`constant<class_VisualShaderNodeColorConstant_constant>` |
  15. +---------------------------+---------------------------------------------------------------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_VisualShaderNodeColorConstant_constant:
  19. - :ref:`Color<class_Color>` **constant**
  20. +----------+---------------------+
  21. | *Setter* | set_constant(value) |
  22. +----------+---------------------+
  23. | *Getter* | get_constant() |
  24. +----------+---------------------+