2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-06 10:08:05 +02:00
<class name= "PinJoint2D" inherits= "Joint2D" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2017-09-12 22:42:36 +02:00
<brief_description >
2023-04-28 22:59:03 +02:00
A physics joint that attaches two 2D physics bodies at a single point, allowing them to freely rotate.
2017-09-12 22:42:36 +02:00
</brief_description>
<description >
2023-04-28 22:59:03 +02:00
A physics joint that attaches two 2D physics bodies at a single point, allowing them to freely rotate. For example, a [RigidBody2D] can be attached to a [StaticBody2D] to create a pendulum or a seesaw.
2017-09-12 22:42:36 +02:00
</description>
<tutorials >
</tutorials>
<members >
2019-06-29 12:38:01 +02:00
<member name= "softness" type= "float" setter= "set_softness" getter= "get_softness" default= "0.0" >
2017-10-14 12:19:03 +02:00
The higher this value, the more the bond to the pinned partner can flex.
2017-09-12 22:42:36 +02:00
</member>
</members>
</class>