Enum SliderJoint.Param

enum Param : int { ... }

Enum members

NameDescription
paramAngularLimitDamping The amount of damping of the rotation when the limit is surpassed.
paramAngularLimitLower The lower limit of rotation in the slider.
paramAngularLimitRestitution The amount of restitution of the rotation when the limit is surpassed.
paramAngularLimitSoftness A factor applied to the all rotation once the limit is surpassed.
paramAngularLimitUpper The upper limit of rotation in the slider.
paramAngularMotionDamping The amount of damping of the rotation in the limits.
paramAngularMotionRestitution The amount of restitution of the rotation in the limits.
paramAngularMotionSoftness A factor applied to the all rotation in the limits.
paramAngularOrthogonalDamping The amount of damping of the rotation across axes orthogonal to the slider.
paramAngularOrthogonalRestitution The amount of restitution of the rotation across axes orthogonal to the slider.
paramAngularOrthogonalSoftness A factor applied to the all rotation across axes orthogonal to the slider.
paramLinearLimitDamping The amount of damping once the slider limits are surpassed.
paramLinearLimitLower The minimum difference between the pivot points on their X axis before damping happens.
paramLinearLimitRestitution The amount of restitution once the limits are surpassed. The lower, the more velocityenergy gets lost.
paramLinearLimitSoftness A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement.
paramLinearLimitUpper The maximum difference between the pivot points on their X axis before damping happens.
paramLinearMotionDamping The amount of damping inside the slider limits.
paramLinearMotionRestitution The amount of restitution inside the slider limits.
paramLinearMotionSoftness 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.
paramLinearOrthogonalDamping The amount of damping when movement is across axes orthogonal to the slider.
paramLinearOrthogonalRestitution The amount of restitution when movement is across axes orthogonal to the slider.
paramLinearOrthogonalSoftness A factor applied to the movement across axes orthogonal to the slider.
paramMax Represents the size of the param enum.