SliderJoint.Param

Values

ValueMeaning
paramLinearLimitUpper0

The maximum difference between the pivot points on their X axis before damping happens.

paramLinearLimitLower1

The minimum difference between the pivot points on their X axis before damping happens.

paramLinearLimitSoftness2

A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement.

paramLinearLimitRestitution3

The amount of restitution once the limits are surpassed. The lower, the more velocityenergy gets lost.

paramLinearLimitDamping4

The amount of damping once the slider limits are surpassed.

paramLinearMotionSoftness5

A factor applied to the movement across the slider axis as long as the slider is in the limits. The lower, the slower the movement.

paramLinearMotionRestitution6

The amount of restitution inside the slider limits.

paramLinearMotionDamping7

The amount of damping inside the slider limits.

paramLinearOrthogonalSoftness8

A factor applied to the movement across axes orthogonal to the slider.

paramLinearOrthogonalRestitution9

The amount of restitution when movement is across axes orthogonal to the slider.

paramLinearOrthogonalDamping10

The amount of damping when movement is across axes orthogonal to the slider.

paramAngularLimitUpper11

The upper limit of rotation in the slider.

paramAngularLimitLower12

The lower limit of rotation in the slider.

paramAngularLimitSoftness13

A factor applied to the all rotation once the limit is surpassed.

paramAngularLimitRestitution14

The amount of restitution of the rotation when the limit is surpassed.

paramAngularLimitDamping15

The amount of damping of the rotation when the limit is surpassed.

paramAngularMotionSoftness16

A factor applied to the all rotation in the limits.

paramAngularMotionRestitution17

The amount of restitution of the rotation in the limits.

paramAngularMotionDamping18

The amount of damping of the rotation in the limits.

paramAngularOrthogonalSoftness19

A factor applied to the all rotation across axes orthogonal to the slider.

paramAngularOrthogonalRestitution20

The amount of restitution of the rotation across axes orthogonal to the slider.

paramAngularOrthogonalDamping21

The amount of damping of the rotation across axes orthogonal to the slider.

paramMax22

Represents the size of the param enum.

Meta