godot/doc/classes/ConvexPolygonShape.xml
Rémi Verschelde 967bfb0c4a doc: Remove revision.module_config from version string
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}",
limits unnecessary diffs.
2017-11-15 20:41:16 +01:00

37 lines
942 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="ConvexPolygonShape" inherits="Shape" category="Core" version="3.0-alpha">
<brief_description>
Convex polygon shape for 3D physics.
</brief_description>
<description>
Convex polygon shape resource, which can be added to a [PhysicsBody] or area.
</description>
<tutorials>
</tutorials>
<demos>
</demos>
<methods>
<method name="get_points" qualifiers="const">
<return type="PoolVector3Array">
</return>
<description>
</description>
</method>
<method name="set_points">
<return type="void">
</return>
<argument index="0" name="points" type="PoolVector3Array">
</argument>
<description>
</description>
</method>
</methods>
<members>
<member name="points" type="PoolVector3Array" setter="set_points" getter="get_points">
The list of 3D points forming the convex polygon shape.
</member>
</members>
<constants>
</constants>
</class>