diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-01-23 16:39:26 +0100 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-04-08 11:35:27 +0200 |
commit | 23782b898bdc0fb7f6a8dde5f1c2f2411a0ddccf (patch) | |
tree | a995ff09446cb7a3fbc91a5b5acad5481979a2eb /doc/classes/Polygon2D.xml | |
parent | 980e4d7955770e276055aac41df84632aef42a13 (diff) | |
download | redot-engine-23782b898bdc0fb7f6a8dde5f1c2f2411a0ddccf.tar.gz |
Add further details on properties returning `Packed*Array`
Diffstat (limited to 'doc/classes/Polygon2D.xml')
-rw-r--r-- | doc/classes/Polygon2D.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index 029a69a399..90d3522002 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -91,7 +91,6 @@ </member> <member name="polygon" type="PackedVector2Array" setter="set_polygon" getter="get_polygon" default="PackedVector2Array()"> The polygon's list of vertices. The final point will be connected to the first. - [b]Note:[/b] This returns a copy of the [PackedVector2Array] rather than a reference. </member> <member name="polygons" type="Array" setter="set_polygons" getter="get_polygons" default="[]"> The list of polygons, in case more than one is being represented. Every individual polygon is stored as a [PackedInt32Array] where each [int] is an index to a point in [member polygon]. If empty, this property will be ignored, and the resulting single polygon will be composed of all points in [member polygon], using the order they are stored in. |