We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74f3d16 + f5409dc commit 3524346Copy full SHA for 3524346
doc/classes/CollisionPolygon2D.xml
@@ -25,6 +25,7 @@
25
</member>
26
<member name="polygon" type="PackedVector2Array" setter="set_polygon" getter="get_polygon" default="PackedVector2Array()">
27
The polygon's list of vertices. Each point will be connected to the next, and the final point will be connected to the first.
28
+ [b]Note:[/b] The returned vertices are in the local coordinate space of the given [CollisionPolygon2D].
29
[b]Warning:[/b] The returned value is a clone of the [PackedVector2Array], not a reference.
30
31
</members>
0 commit comments