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= "PlaneShape" 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 >
2019-12-09 15:16:28 +01:00
Infinite plane shape for 3D collisions.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2019-12-09 15:16:28 +01:00
An infinite plane shape for 3D collisions. Note that the [Plane]'s normal matters; anything "below" the plane will collide with it. If the [PlaneShape] is used in a [PhysicsBody], it will cause colliding objects placed "below" it to teleport "above" the plane.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "plane" type= "Plane" setter= "set_plane" getter= "get_plane" default= "Plane( 0, 1, 0, 0 )" >
2019-12-09 15:16:28 +01:00
The [Plane] used by the [PlaneShape] for collision.
2017-09-12 22:42:36 +02:00
</member>
</members>
<constants >
</constants>
</class>