2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="ConcavePolygonShape" inherits="Shape" category="Core" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
|
|
|
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.
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="get_faces" qualifiers="const">
|
|
|
|
<return type="PoolVector3Array">
|
|
|
|
</return>
|
|
|
|
<description>
|
2019-05-24 04:15:43 +02:00
|
|
|
Returns the faces (an array of triangles).
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_faces">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="faces" type="PoolVector3Array">
|
|
|
|
</argument>
|
|
|
|
<description>
|
2019-06-22 01:04:47 +02:00
|
|
|
Sets the faces (an array of triangles).
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|