Pārlūkot izejas kodu

Mention CollisionPolygon2D.polygon is local to the given CollisionPolygon2D

(cherry picked from commit f5409dc132ae81c2819f30882a88fd3205fc046f)
jsjtxietian 1 gadu atpakaļ
vecāks
revīzija
f5c7a0e832
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      doc/classes/CollisionPolygon2D.xml

+ 1 - 0
doc/classes/CollisionPolygon2D.xml

@@ -25,6 +25,7 @@
 		</member>
 		</member>
 		<member name="polygon" type="PackedVector2Array" setter="set_polygon" getter="get_polygon" default="PackedVector2Array()">
 		<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.
 			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.
 			[b]Warning:[/b] The returned value is a clone of the [PackedVector2Array], not a reference.
 		</member>
 		</member>
 	</members>
 	</members>