summaryrefslogtreecommitdiff
path: root/doc/classes/PinJoint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PinJoint.xml')
-rw-r--r--doc/classes/PinJoint.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/PinJoint.xml b/doc/classes/PinJoint.xml
index c160d6aa57..46e3d3c512 100644
--- a/doc/classes/PinJoint.xml
+++ b/doc/classes/PinJoint.xml
@@ -26,15 +26,15 @@
</member>
</members>
<constants>
- <constant name="PARAM_BIAS" value="0">
+ <constant name="PARAM_BIAS" value="0" enum="Param">
The force with wich the pinned objects stay in positional relation to each other.
The higher, the stronger.
</constant>
- <constant name="PARAM_DAMPING" value="1">
+ <constant name="PARAM_DAMPING" value="1" enum="Param">
The force with wich the pinned objects stay in velocity relation to each other.
The higher, the stronger.
</constant>
- <constant name="PARAM_IMPULSE_CLAMP" value="2">
+ <constant name="PARAM_IMPULSE_CLAMP" value="2" enum="Param">
If above 0, this value is the maximum value for an impulse that this Joint produces.
</constant>
</constants>