ConvexPolygonShape2D.set_point_cloud documented to do nothing.

This commit is contained in:
Ovnuniarchos 2015-11-19 01:06:50 +01:00
parent 73a80e5509
commit 1155ac884c

View File

@ -6628,7 +6628,7 @@
<argument index="0" name="radius" type="float"> <argument index="0" name="radius" type="float">
</argument> </argument>
<description> <description>
Radius of the [CapsuleShape2D]. Set the radius of the [CapsuleShape2D].
</description> </description>
</method> </method>
<method name="get_radius" qualifiers="const"> <method name="get_radius" qualifiers="const">
@ -6642,7 +6642,7 @@
<argument index="0" name="height" type="float"> <argument index="0" name="height" type="float">
</argument> </argument>
<description> <description>
Height of the [CapsuleShape2D]. Set the height of the [CapsuleShape2D].
</description> </description>
</method> </method>
<method name="get_height" qualifiers="const"> <method name="get_height" qualifiers="const">
@ -7666,7 +7666,7 @@
Concave polygon shape. Concave polygon shape.
</brief_description> </brief_description>
<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> </description>
<methods> <methods>
<method name="set_faces"> <method name="set_faces">
@ -8590,7 +8590,7 @@
<argument index="0" name="point_cloud" type="Vector2Array"> <argument index="0" name="point_cloud" type="Vector2Array">
</argument> </argument>
<description> <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> </description>
</method> </method>
<method name="set_points"> <method name="set_points">