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