PhysicsServerSingleton.SliderJointParam

Values

ValueMeaning
sliderJointLinearLimitUpper0

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

sliderJointLinearLimitLower1

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

sliderJointLinearLimitSoftness2

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

sliderJointLinearLimitRestitution3

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

sliderJointLinearLimitDamping4

The amount of damping once the slider limits are surpassed.

sliderJointLinearMotionSoftness5

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.

sliderJointLinearMotionRestitution6

The amount of restitution inside the slider limits.

sliderJointLinearMotionDamping7

The amount of damping inside the slider limits.

sliderJointLinearOrthogonalSoftness8

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

sliderJointLinearOrthogonalRestitution9

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

sliderJointLinearOrthogonalDamping10

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

sliderJointAngularLimitUpper11

The upper limit of rotation in the slider.

sliderJointAngularLimitLower12

The lower limit of rotation in the slider.

sliderJointAngularLimitSoftness13

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

sliderJointAngularLimitRestitution14

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

sliderJointAngularLimitDamping15

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

sliderJointAngularMotionSoftness16

A factor that gets applied to the all rotation in the limits.

sliderJointAngularMotionRestitution17

The amount of restitution of the rotation in the limits.

sliderJointAngularMotionDamping18

The amount of damping of the rotation in the limits.

sliderJointAngularOrthogonalSoftness19

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

sliderJointAngularOrthogonalRestitution20

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

sliderJointAngularOrthogonalDamping21

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

sliderJointMax22

End flag of SLIDER_JOINT_* constants, used internally.

Meta