From 1155ac884c9b9a045de6a5d5ccd9a01fbfe95453 Mon Sep 17 00:00:00 2001 From: Ovnuniarchos Date: Thu, 19 Nov 2015 01:06:50 +0100 Subject: ConvexPolygonShape2D.set_point_cloud documented to do nothing. --- doc/base/classes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 83c14231ea..e7cc9f4c01 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -6628,7 +6628,7 @@ - Radius of the [CapsuleShape2D]. + Set the radius of the [CapsuleShape2D]. @@ -6642,7 +6642,7 @@ - Height of the [CapsuleShape2D]. + Set the height of the [CapsuleShape2D]. @@ -7666,7 +7666,7 @@ Concave polygon shape. - Concave polygon shape resource, which can be set into a [PhysicsBody] or area. This shape is created by feeding a list of triangles. + Concave polygon shape resource, which can be set into a [PhysicsBody] or area. This shape is created by feeding a list of triangles. @@ -8590,7 +8590,7 @@ - Create the point set from a point cloud. The resulting convex hull will be set as the shape. + Currently, this method does nothing. -- cgit v1.2.3