classref: Sync with current master branch (ab6c6ee)

This commit is contained in:
Godot Organization
2025-10-25 03:26:32 +00:00
parent e11d59a2ee
commit df22cbda0a
33 changed files with 789 additions and 171 deletions

View File

@@ -615,6 +615,8 @@ Sets the normal of the given vertex.
Sets the tangent of the given vertex.
\ **Note:** Even though ``tangent`` is a :ref:`Plane<class_Plane>`, it does not directly represent the tangent plane. Its :ref:`Plane.x<class_Plane_property_x>`, :ref:`Plane.y<class_Plane_property_y>`, and :ref:`Plane.z<class_Plane_property_z>` represent the tangent vector and :ref:`Plane.d<class_Plane_property_d>` should be either ``-1`` or ``1``. See also :ref:`Mesh.ARRAY_TANGENT<class_Mesh_constant_ARRAY_TANGENT>`.
.. rst-class:: classref-item-separator
----