Prechádzať zdrojové kódy

Documented set_point_cloud() for ConvexPolygonShape2D

Jared 6 rokov pred
rodič
commit
1d238c1835
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      doc/classes/ConvexPolygonShape2D.xml

+ 1 - 1
doc/classes/ConvexPolygonShape2D.xml

@@ -18,7 +18,7 @@
 			<argument index="0" name="point_cloud" type="PoolVector2Array">
 			</argument>
 			<description>
-				Currently, this method does nothing.
+				Based on the set of points provided, this creates and assigns the [member points] property using the convex hull algorithm. Removing all unneeded points. See [method Geometry.convex_hull_2d] for details.
 			</description>
 		</method>
 	</methods>