mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (029aade)
This commit is contained in:
@@ -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
|
||||
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user