Enum PhysicsServerSingleton.SliderJointParam

enum SliderJointParam : int { ... }

Enum members

NameDescription
sliderJointAngularLimitDamping The amount of damping of the rotation when the limit is surpassed.
sliderJointAngularLimitLower The lower limit of rotation in the slider.
sliderJointAngularLimitRestitution The amount of restitution of the rotation when the limit is surpassed.
sliderJointAngularLimitSoftness A factor applied to the all rotation once the limit is surpassed.
sliderJointAngularLimitUpper The upper limit of rotation in the slider.
sliderJointAngularMotionDamping The amount of damping of the rotation in the limits.
sliderJointAngularMotionRestitution The amount of restitution of the rotation in the limits.
sliderJointAngularMotionSoftness A factor that gets applied to the all rotation in the limits.
sliderJointAngularOrthogonalDamping The amount of damping of the rotation across axes orthogonal to the slider.
sliderJointAngularOrthogonalRestitution The amount of restitution of the rotation across axes orthogonal to the slider.
sliderJointAngularOrthogonalSoftness A factor that gets applied to the all rotation across axes orthogonal to the slider.
sliderJointLinearLimitDamping The amount of damping once the slider limits are surpassed.
sliderJointLinearLimitLower The minimum difference between the pivot points on their X axis before damping happens.
sliderJointLinearLimitRestitution The amount of restitution once the limits are surpassed. The lower, the more velocityenergy gets lost.
sliderJointLinearLimitSoftness A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement.
sliderJointLinearLimitUpper The maximum difference between the pivot points on their X axis before damping happens.
sliderJointLinearMotionDamping The amount of damping inside the slider limits.
sliderJointLinearMotionRestitution The amount of restitution inside the slider limits.
sliderJointLinearMotionSoftness 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.
sliderJointLinearOrthogonalDamping The amount of damping when movement is across axes orthogonal to the slider.
sliderJointLinearOrthogonalRestitution The amount of restitution when movement is across axes orthogonal to the slider.
sliderJointLinearOrthogonalSoftness A factor applied to the movement across axes orthogonal to the slider.
sliderJointMax Represents the size of the sliderjointparam enum.