mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (c09d83010)
This commit is contained in:
@@ -40,6 +40,10 @@ Enumerations
|
||||
|
||||
.. _class_VisualShaderNodeMix_constant_OP_TYPE_VECTOR_3D_SCALAR:
|
||||
|
||||
.. _class_VisualShaderNodeMix_constant_OP_TYPE_VECTOR_4D:
|
||||
|
||||
.. _class_VisualShaderNodeMix_constant_OP_TYPE_VECTOR_4D_SCALAR:
|
||||
|
||||
.. _class_VisualShaderNodeMix_constant_OP_TYPE_MAX:
|
||||
|
||||
enum **OpType**:
|
||||
@@ -54,7 +58,11 @@ enum **OpType**:
|
||||
|
||||
- **OP_TYPE_VECTOR_3D_SCALAR** = **4** --- The ``a`` and ``b`` ports use a 3D vector type. The ``weight`` port uses a scalar type.
|
||||
|
||||
- **OP_TYPE_MAX** = **5** --- Represents the size of the :ref:`OpType<enum_VisualShaderNodeMix_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_VisualShaderNodeMix_OpType>` enum.
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user