mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Sync classref with current source
This commit is contained in:
38
classes/class_visualshadernodebooleanconstant.rst
Normal file
38
classes/class_visualshadernodebooleanconstant.rst
Normal file
@@ -0,0 +1,38 @@
|
||||
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
||||
.. DO NOT EDIT THIS FILE, but the VisualShaderNodeBooleanConstant.xml source instead.
|
||||
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
||||
|
||||
.. _class_VisualShaderNodeBooleanConstant:
|
||||
|
||||
VisualShaderNodeBooleanConstant
|
||||
===============================
|
||||
|
||||
**Inherits:** :ref:`VisualShaderNode<class_VisualShaderNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
||||
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
-----------------
|
||||
|
||||
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
+-------------------------+--------------------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`constant<class_VisualShaderNodeBooleanConstant_property_constant>` |
|
||||
+-------------------------+--------------------------------------------------------------------------+
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_VisualShaderNodeBooleanConstant_property_constant:
|
||||
|
||||
- :ref:`bool<class_bool>` **constant**
|
||||
|
||||
+----------+---------------------+
|
||||
| *Setter* | set_constant(value) |
|
||||
+----------+---------------------+
|
||||
| *Getter* | get_constant() |
|
||||
+----------+---------------------+
|
||||
|
||||
Reference in New Issue
Block a user