Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-02-25 11:23:13 +01:00
parent 5cd7e1d650
commit 3f9e8f98b8
19 changed files with 206 additions and 77 deletions

View File

@@ -168,7 +168,7 @@ The offset applied to each vertex.
| *Getter* | get_polygon() |
+----------+--------------------+
The polygon's list of vertices. The final point will be connected to the first.
The polygon's list of vertices. The final point will be connected to the first. Note that this returns a copy of the :ref:`PoolVector2Array<class_PoolVector2Array>` rather than a reference.
.. _class_Polygon2D_property_polygons: