mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
57 lines
1.8 KiB
ReStructuredText
57 lines
1.8 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VisualShaderNodeVectorDerivativeFunc.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VisualShaderNodeVectorDerivativeFunc:
|
|
|
|
VisualShaderNodeVectorDerivativeFunc
|
|
====================================
|
|
|
|
**Inherits:** :ref:`VisualShaderNode<class_VisualShaderNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
+---------------------------------------------------------------------+-------------------------------------------------------------------------------+-------+
|
|
| :ref:`Function<enum_VisualShaderNodeVectorDerivativeFunc_Function>` | :ref:`function<class_VisualShaderNodeVectorDerivativeFunc_property_function>` | ``0`` |
|
|
+---------------------------------------------------------------------+-------------------------------------------------------------------------------+-------+
|
|
|
|
Enumerations
|
|
------------
|
|
|
|
.. _enum_VisualShaderNodeVectorDerivativeFunc_Function:
|
|
|
|
.. _class_VisualShaderNodeVectorDerivativeFunc_constant_FUNC_SUM:
|
|
|
|
.. _class_VisualShaderNodeVectorDerivativeFunc_constant_FUNC_X:
|
|
|
|
.. _class_VisualShaderNodeVectorDerivativeFunc_constant_FUNC_Y:
|
|
|
|
enum **Function**:
|
|
|
|
- **FUNC_SUM** = **0**
|
|
|
|
- **FUNC_X** = **1**
|
|
|
|
- **FUNC_Y** = **2**
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_VisualShaderNodeVectorDerivativeFunc_property_function:
|
|
|
|
- :ref:`Function<enum_VisualShaderNodeVectorDerivativeFunc_Function>` **function**
|
|
|
|
+-----------+---------------------+
|
|
| *Default* | ``0`` |
|
|
+-----------+---------------------+
|
|
| *Setter* | set_function(value) |
|
|
+-----------+---------------------+
|
|
| *Getter* | get_function() |
|
|
+-----------+---------------------+
|
|
|