2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 13:18:53 +00:00
|
|
|
<class name="PinJoint3D" inherits="Joint3D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
2020-12-24 00:46:56 +00:00
|
|
|
Pin joint for 3D PhysicsBodies.
|
2017-09-12 20:42:36 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2021-05-20 01:15:07 +00:00
|
|
|
Pin joint for 3D rigid bodies. It pins 2 bodies (dynamic or static) together. See also [Generic6DOFJoint3D].
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
2019-06-27 14:10:09 +00:00
|
|
|
<method name="get_param" qualifiers="const">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="float" />
|
2022-08-06 18:11:48 +00:00
|
|
|
<param index="0" name="param" type="int" enum="PinJoint3D.Param" />
|
2019-06-27 14:10:09 +00:00
|
|
|
<description>
|
2020-03-03 18:21:21 +00:00
|
|
|
Returns the value of the specified parameter.
|
2019-06-27 14:10:09 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_param">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
2022-08-06 18:11:48 +00:00
|
|
|
<param index="0" name="param" type="int" enum="PinJoint3D.Param" />
|
|
|
|
<param index="1" name="value" type="float" />
|
2019-06-27 14:10:09 +00:00
|
|
|
<description>
|
2020-03-03 18:21:21 +00:00
|
|
|
Sets the value of the specified parameter.
|
2019-06-27 14:10:09 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
2017-09-12 20:42:36 +00:00
|
|
|
</methods>
|
|
|
|
<members>
|
2019-06-29 10:38:01 +00:00
|
|
|
<member name="params/bias" type="float" setter="set_param" getter="get_param" default="0.3">
|
2019-06-21 23:04:47 +00:00
|
|
|
The force with which the pinned objects stay in positional relation to each other. The higher, the stronger.
|
2017-09-12 20:42:36 +00:00
|
|
|
</member>
|
2019-06-29 10:38:01 +00:00
|
|
|
<member name="params/damping" type="float" setter="set_param" getter="get_param" default="1.0">
|
2019-06-21 23:04:47 +00:00
|
|
|
The force with which the pinned objects stay in velocity relation to each other. The higher, the stronger.
|
2017-09-12 20:42:36 +00:00
|
|
|
</member>
|
2019-06-29 10:38:01 +00:00
|
|
|
<member name="params/impulse_clamp" type="float" setter="set_param" getter="get_param" default="0.0">
|
2020-03-30 16:22:57 +00:00
|
|
|
If above 0, this value is the maximum value for an impulse that this Joint3D produces.
|
2017-09-12 20:42:36 +00:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
2017-11-24 22:16:30 +00:00
|
|
|
<constant name="PARAM_BIAS" value="0" enum="Param">
|
2019-06-21 23:04:47 +00:00
|
|
|
The force with which the pinned objects stay in positional relation to each other. The higher, the stronger.
|
2017-09-12 20:42:36 +00:00
|
|
|
</constant>
|
2017-11-24 22:16:30 +00:00
|
|
|
<constant name="PARAM_DAMPING" value="1" enum="Param">
|
2019-06-21 23:04:47 +00:00
|
|
|
The force with which the pinned objects stay in velocity relation to each other. The higher, the stronger.
|
2017-09-12 20:42:36 +00:00
|
|
|
</constant>
|
2017-11-24 22:16:30 +00:00
|
|
|
<constant name="PARAM_IMPULSE_CLAMP" value="2" enum="Param">
|
2020-03-30 16:22:57 +00:00
|
|
|
If above 0, this value is the maximum value for an impulse that this Joint3D produces.
|
2017-09-12 20:42:36 +00:00
|
|
|
</constant>
|
|
|
|
</constants>
|
|
|
|
</class>
|