2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2018-02-27 13:40:43 +01:00
|
|
|
<class name="PinJoint" inherits="Joint" category="Core" version="3.1">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-10-14 12:19:03 +02:00
|
|
|
Pin Joint for 3D Shapes.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-10-14 12:19:03 +02:00
|
|
|
Pin Joint for 3D Rigid Bodies. It pins 2 bodies (rigid or static) together.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<demos>
|
|
|
|
</demos>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="params/bias" type="float" setter="set_param" getter="get_param">
|
2018-01-18 21:37:17 +01:00
|
|
|
The force with which the pinned objects stay in positional relation to each other.
|
2017-10-14 12:19:03 +02:00
|
|
|
The higher, the stronger.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="params/damping" type="float" setter="set_param" getter="get_param">
|
2018-01-18 21:37:17 +01:00
|
|
|
The force with which the pinned objects stay in velocity relation to each other.
|
2017-10-14 12:19:03 +02:00
|
|
|
The higher, the stronger.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="params/impulse_clamp" type="float" setter="set_param" getter="get_param">
|
2017-10-14 12:19:03 +02:00
|
|
|
If above 0, this value is the maximum value for an impulse that this Joint 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">
|
2018-01-18 21:37:17 +01:00
|
|
|
The force with which the pinned objects stay in positional relation to each other.
|
2017-10-14 12:19:03 +02:00
|
|
|
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">
|
2018-01-18 21:37:17 +01:00
|
|
|
The force with which the pinned objects stay in velocity relation to each other.
|
2017-10-14 12:19:03 +02:00
|
|
|
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">
|
2017-10-14 12:19:03 +02:00
|
|
|
If above 0, this value is the maximum value for an impulse that this Joint produces.
|
2017-09-12 22:42:36 +02:00
|
|
|
</constant>
|
|
|
|
</constants>
|
|
|
|
</class>
|