classref: Sync with current master branch (029aade)

This commit is contained in:
Godot Organization
2024-04-13 03:17:16 +00:00
parent 774c3cd245
commit 4779a1dbdf
208 changed files with 1532 additions and 1218 deletions

View File

@@ -30,9 +30,9 @@ This node draws a 2D polyline, i.e. a shape consisting of several points connect
Tutorials
---------
- `Matrix Transform Demo <https://godotengine.org/asset-library/asset/584>`__
- `Matrix Transform Demo <https://godotengine.org/asset-library/asset/2787>`__
- `2.5D Demo <https://godotengine.org/asset-library/asset/583>`__
- `2.5D Game Demo <https://godotengine.org/asset-library/asset/2783>`__
.. rst-class:: classref-reftable-group
@@ -348,6 +348,8 @@ The style of the connections between segments of the polyline. Use :ref:`LineJoi
The points of the polyline, interpreted in local 2D coordinates. Segments are drawn between the adjacent points in this array.
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedVector2Array<class_PackedVector2Array>` for more details.
.. rst-class:: classref-item-separator
----