mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (2ac2db8de)
This commit is contained in:
@@ -64,11 +64,19 @@ A floating-point scalar.
|
||||
|
||||
An integer scalar.
|
||||
|
||||
.. _class_VisualShaderNodeSwitch_constant_OP_TYPE_UINT:
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_UINT** = ``2``
|
||||
|
||||
An unsigned integer scalar.
|
||||
|
||||
.. _class_VisualShaderNodeSwitch_constant_OP_TYPE_VECTOR_2D:
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_VECTOR_2D** = ``2``
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_VECTOR_2D** = ``3``
|
||||
|
||||
A 2D vector type.
|
||||
|
||||
@@ -76,7 +84,7 @@ A 2D vector type.
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_VECTOR_3D** = ``3``
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_VECTOR_3D** = ``4``
|
||||
|
||||
A 3D vector type.
|
||||
|
||||
@@ -84,7 +92,7 @@ A 3D vector type.
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_VECTOR_4D** = ``4``
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_VECTOR_4D** = ``5``
|
||||
|
||||
A 4D vector type.
|
||||
|
||||
@@ -92,7 +100,7 @@ A 4D vector type.
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_BOOLEAN** = ``5``
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_BOOLEAN** = ``6``
|
||||
|
||||
A boolean type.
|
||||
|
||||
@@ -100,7 +108,7 @@ A boolean type.
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_TRANSFORM** = ``6``
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_TRANSFORM** = ``7``
|
||||
|
||||
A transform type.
|
||||
|
||||
@@ -108,7 +116,7 @@ A transform type.
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_MAX** = ``7``
|
||||
:ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` **OP_TYPE_MAX** = ``8``
|
||||
|
||||
Represents the size of the :ref:`OpType<enum_VisualShaderNodeSwitch_OpType>` enum.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user