2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-01-26 16:01:49 +01:00
<class name= "ConcavePolygonShape" inherits= "Shape" 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.
2020-02-28 15:56:06 +01:00
Note: when used for collision, [ConcavePolygonShape] is intended to work with static [PhysicsBody] nodes like [StaticBody] and will not work with [KinematicBody] or [RigidBody] with a mode other than Static.
2017-09-12 22:42:36 +02:00
</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>