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="ConvexPolygonShape" inherits="Shape" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-10-09 12:49:12 +02:00
|
|
|
Convex polygon shape for 3D physics.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-10-09 12:49:12 +02:00
|
|
|
Convex polygon shape resource, which can be added to a [PhysicsBody] or area.
|
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>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="points" type="PoolVector3Array" setter="set_points" getter="get_points" default="PoolVector3Array( )">
|
2017-10-09 12:49:12 +02:00
|
|
|
The list of 3D points forming the convex polygon shape.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|