mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Changes order of brief/long descriptions and removes category as per godotengine/godot#35132.
40 lines
1.5 KiB
ReStructuredText
40 lines
1.5 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VisualShaderNodeColorConstant.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VisualShaderNodeColorConstant:
|
|
|
|
VisualShaderNodeColorConstant
|
|
=============================
|
|
|
|
**Inherits:** :ref:`VisualShaderNode<class_VisualShaderNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
+---------------------------+------------------------------------------------------------------------+---------------------+
|
|
| :ref:`Color<class_Color>` | :ref:`constant<class_VisualShaderNodeColorConstant_property_constant>` | Color( 1, 1, 1, 1 ) |
|
|
+---------------------------+------------------------------------------------------------------------+---------------------+
|
|
| :ref:`Array<class_Array>` | default_input_values | **O:** [ ] |
|
|
+---------------------------+------------------------------------------------------------------------+---------------------+
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_VisualShaderNodeColorConstant_property_constant:
|
|
|
|
- :ref:`Color<class_Color>` **constant**
|
|
|
|
+-----------+---------------------+
|
|
| *Default* | Color( 1, 1, 1, 1 ) |
|
|
+-----------+---------------------+
|
|
| *Setter* | set_constant(value) |
|
|
+-----------+---------------------+
|
|
| *Getter* | get_constant() |
|
|
+-----------+---------------------+
|
|
|