Merge pull request #87024 from jsjtxietian/CollisionPolygon2D-polygon

Mention `CollisionPolygon2D.polygon` is local to the given CollisionPolygon2D
This commit is contained in:
Rémi Verschelde 2024-01-10 12:03:50 +01:00
commit 3524346689
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
</member>
<member name="polygon" type="PackedVector2Array" setter="set_polygon" getter="get_polygon" default="PackedVector2Array()">
The polygon's list of vertices. Each point will be connected to the next, and the final point will be connected to the first.
[b]Note:[/b] The returned vertices are in the local coordinate space of the given [CollisionPolygon2D].
[b]Warning:[/b] The returned value is a clone of the [PackedVector2Array], not a reference.
</member>
</members>