mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (c09d83010)
This commit is contained in:
@@ -42,6 +42,10 @@ Enumerations
|
||||
|
||||
.. _class_VisualShaderNodeSmoothStep_constant_OP_TYPE_VECTOR_3D_SCALAR:
|
||||
|
||||
.. _class_VisualShaderNodeSmoothStep_constant_OP_TYPE_VECTOR_4D:
|
||||
|
||||
.. _class_VisualShaderNodeSmoothStep_constant_OP_TYPE_VECTOR_4D_SCALAR:
|
||||
|
||||
.. _class_VisualShaderNodeSmoothStep_constant_OP_TYPE_MAX:
|
||||
|
||||
enum **OpType**:
|
||||
@@ -56,7 +60,11 @@ enum **OpType**:
|
||||
|
||||
- **OP_TYPE_VECTOR_3D_SCALAR** = **4** --- The ``x`` port uses a 3D vector type. The first two ports use a floating-point scalar type.
|
||||
|
||||
- **OP_TYPE_MAX** = **5** --- Represents the size of the :ref:`OpType<enum_VisualShaderNodeSmoothStep_OpType>` enum.
|
||||
- **OP_TYPE_VECTOR_4D** = **5** --- A 4D vector type.
|
||||
|
||||
- **OP_TYPE_VECTOR_4D_SCALAR** = **6** --- The ``a`` and ``b`` ports use a 4D vector type. The ``weight`` port uses a scalar type.
|
||||
|
||||
- **OP_TYPE_MAX** = **7** --- Represents the size of the :ref:`OpType<enum_VisualShaderNodeSmoothStep_OpType>` enum.
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user