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