2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-05 18:51:38 +02:00
<class name= "ConcavePolygonShape" inherits= "Shape" version= "3.6" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
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.
2021-10-05 14:24:34 +02:00
[b]Note:[/b] 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 >
2020-10-01 10:34:47 +02:00
<link title= "3D Physics Tests Demo" > https://godotengine.org/asset-library/asset/675</link>
2017-09-12 22:42:36 +02:00
</tutorials>
<methods >
<method name= "get_faces" qualifiers= "const" >
2021-07-30 15:28:05 +02:00
<return type= "PoolVector3Array" />
2017-09-12 22:42:36 +02:00
<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" >
2021-07-30 15:28:05 +02:00
<return type= "void" />
<argument index= "0" name= "faces" type= "PoolVector3Array" />
2017-09-12 22:42:36 +02:00
<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>