diff options
author | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-11-19 01:06:50 +0100 |
---|---|---|
committer | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-11-20 18:09:31 +0100 |
commit | 1155ac884c9b9a045de6a5d5ccd9a01fbfe95453 (patch) | |
tree | a0d775fb4a4ae4392d4df16901bc7948f14bc636 | |
parent | 73a80e5509e8715b7ac4a85913c056edda6bc5ea (diff) |
ConvexPolygonShape2D.set_point_cloud documented to do nothing.
-rw-r--r-- | doc/base/classes.xml | 8 |
1 files 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 @@ <argument index="0" name="radius" type="float"> </argument> <description> - Radius of the [CapsuleShape2D]. + Set the radius of the [CapsuleShape2D]. </description> </method> <method name="get_radius" qualifiers="const"> @@ -6642,7 +6642,7 @@ <argument index="0" name="height" type="float"> </argument> <description> - Height of the [CapsuleShape2D]. + Set the height of the [CapsuleShape2D]. </description> </method> <method name="get_height" qualifiers="const"> @@ -7666,7 +7666,7 @@ Concave polygon shape. </brief_description> <description> - 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. </description> <methods> <method name="set_faces"> @@ -8590,7 +8590,7 @@ <argument index="0" name="point_cloud" type="Vector2Array"> </argument> <description> - Create the point set from a point cloud. The resulting convex hull will be set as the shape. + Currently, this method does nothing. <!-- Create the point set from a point cloud. The resulting convex hull will be set as the shape. --> </description> </method> <method name="set_points"> |