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/CollisionPolygon3D.xml | |
parent | 980e4d7955770e276055aac41df84632aef42a13 (diff) | |
download | redot-engine-23782b898bdc0fb7f6a8dde5f1c2f2411a0ddccf.tar.gz |
Add further details on properties returning `Packed*Array`
Diffstat (limited to 'doc/classes/CollisionPolygon3D.xml')
-rw-r--r-- | doc/classes/CollisionPolygon3D.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/CollisionPolygon3D.xml b/doc/classes/CollisionPolygon3D.xml index 16090c203e..4f5866c348 100644 --- a/doc/classes/CollisionPolygon3D.xml +++ b/doc/classes/CollisionPolygon3D.xml @@ -21,7 +21,6 @@ </member> <member name="polygon" type="PackedVector2Array" setter="set_polygon" getter="get_polygon" default="PackedVector2Array()"> Array of vertices which define the 2D polygon in the local XY plane. - [b]Note:[/b] The returned value is a copy of the original. Methods which mutate the size or properties of the return value will not impact the original polygon. To change properties of the polygon, assign it to a temporary variable and make changes before reassigning the class property. </member> </members> </class> |