summaryrefslogtreecommitdiff
path: root/doc/classes/SliderJoint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/SliderJoint.xml')
-rw-r--r--doc/classes/SliderJoint.xml46
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/classes/SliderJoint.xml b/doc/classes/SliderJoint.xml
index b8596e5ff2..4c794306e4 100644
--- a/doc/classes/SliderJoint.xml
+++ b/doc/classes/SliderJoint.xml
@@ -84,73 +84,73 @@
</member>
</members>
<constants>
- <constant name="PARAM_LINEAR_LIMIT_UPPER" value="0">
+ <constant name="PARAM_LINEAR_LIMIT_UPPER" value="0" enum="Param">
The maximum difference between the pivot points on their x-axis before damping happens.
</constant>
- <constant name="PARAM_LINEAR_LIMIT_LOWER" value="1">
+ <constant name="PARAM_LINEAR_LIMIT_LOWER" value="1" enum="Param">
The minimum difference between the pivot points on their x-axis before damping happens.
</constant>
- <constant name="PARAM_LINEAR_LIMIT_SOFTNESS" value="2">
+ <constant name="PARAM_LINEAR_LIMIT_SOFTNESS" value="2" enum="Param">
A factor applied to the movement accross the slider axis once the limits get surpassed. The lower, the slower the movement.
</constant>
- <constant name="PARAM_LINEAR_LIMIT_RESTITUTION" value="3">
+ <constant name="PARAM_LINEAR_LIMIT_RESTITUTION" value="3" enum="Param">
The amount of restitution once the limits are surpassed. The lower, the more velocityenergy gets lost.
</constant>
- <constant name="PARAM_LINEAR_LIMIT_DAMPING" value="4">
+ <constant name="PARAM_LINEAR_LIMIT_DAMPING" value="4" enum="Param">
The amount of damping once the slider limits are surpassed.
</constant>
- <constant name="PARAM_LINEAR_MOTION_SOFTNESS" value="5">
+ <constant name="PARAM_LINEAR_MOTION_SOFTNESS" value="5" enum="Param">
A factor applied to the movement accross the slider axis as long as the slider is in the limits. The lower, the slower the movement.
</constant>
- <constant name="PARAM_LINEAR_MOTION_RESTITUTION" value="6">
+ <constant name="PARAM_LINEAR_MOTION_RESTITUTION" value="6" enum="Param">
The amount of restitution inside the slider limits.
</constant>
- <constant name="PARAM_LINEAR_MOTION_DAMPING" value="7">
+ <constant name="PARAM_LINEAR_MOTION_DAMPING" value="7" enum="Param">
The amount of damping inside the slider limits.
</constant>
- <constant name="PARAM_LINEAR_ORTHOGONAL_SOFTNESS" value="8">
+ <constant name="PARAM_LINEAR_ORTHOGONAL_SOFTNESS" value="8" enum="Param">
A factor applied to the movement accross axes orthogonal to the slider.
</constant>
- <constant name="PARAM_LINEAR_ORTHOGONAL_RESTITUTION" value="9">
+ <constant name="PARAM_LINEAR_ORTHOGONAL_RESTITUTION" value="9" enum="Param">
The amount of restitution when movement is accross axes orthogonal to the slider.
</constant>
- <constant name="PARAM_LINEAR_ORTHOGONAL_DAMPING" value="10">
+ <constant name="PARAM_LINEAR_ORTHOGONAL_DAMPING" value="10" enum="Param">
The amount of damping when movement is accross axes orthogonal to the slider.
</constant>
- <constant name="PARAM_ANGULAR_LIMIT_UPPER" value="11">
+ <constant name="PARAM_ANGULAR_LIMIT_UPPER" value="11" enum="Param">
The upper limit of rotation in the slider.
</constant>
- <constant name="PARAM_ANGULAR_LIMIT_LOWER" value="12">
+ <constant name="PARAM_ANGULAR_LIMIT_LOWER" value="12" enum="Param">
The lower limit of rotation in the slider.
</constant>
- <constant name="PARAM_ANGULAR_LIMIT_SOFTNESS" value="13">
+ <constant name="PARAM_ANGULAR_LIMIT_SOFTNESS" value="13" enum="Param">
A factor applied to the all rotation once the limit is surpassed.
</constant>
- <constant name="PARAM_ANGULAR_LIMIT_RESTITUTION" value="14">
+ <constant name="PARAM_ANGULAR_LIMIT_RESTITUTION" value="14" enum="Param">
The amount of restitution of the rotation when the limit is surpassed.
</constant>
- <constant name="PARAM_ANGULAR_LIMIT_DAMPING" value="15">
+ <constant name="PARAM_ANGULAR_LIMIT_DAMPING" value="15" enum="Param">
The amount of damping of the rotation when the limit is surpassed.
</constant>
- <constant name="PARAM_ANGULAR_MOTION_SOFTNESS" value="16">
+ <constant name="PARAM_ANGULAR_MOTION_SOFTNESS" value="16" enum="Param">
A factor applied to the all rotation in the limits.
</constant>
- <constant name="PARAM_ANGULAR_MOTION_RESTITUTION" value="17">
+ <constant name="PARAM_ANGULAR_MOTION_RESTITUTION" value="17" enum="Param">
The amount of restitution of the rotation in the limits.
</constant>
- <constant name="PARAM_ANGULAR_MOTION_DAMPING" value="18">
+ <constant name="PARAM_ANGULAR_MOTION_DAMPING" value="18" enum="Param">
The amount of damping of the rotation in the limits.
</constant>
- <constant name="PARAM_ANGULAR_ORTHOGONAL_SOFTNESS" value="19">
+ <constant name="PARAM_ANGULAR_ORTHOGONAL_SOFTNESS" value="19" enum="Param">
A factor applied to the all rotation across axes orthogonal to the slider.
</constant>
- <constant name="PARAM_ANGULAR_ORTHOGONAL_RESTITUTION" value="20">
+ <constant name="PARAM_ANGULAR_ORTHOGONAL_RESTITUTION" value="20" enum="Param">
The amount of restitution of the rotation across axes orthogonal to the slider.
</constant>
- <constant name="PARAM_ANGULAR_ORTHOGONAL_DAMPING" value="21">
+ <constant name="PARAM_ANGULAR_ORTHOGONAL_DAMPING" value="21" enum="Param">
The amount of damping of the rotation across axes orthogonal to the slider.
</constant>
- <constant name="PARAM_MAX" value="22">
+ <constant name="PARAM_MAX" value="22" enum="Param">
End flag of PARAM_* constants, used internally.
</constant>
</constants>