PhysicsServerSliderJointParam Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.SliderJointParam"]
Namespace: Godot
public enum SliderJointParam
| Member name | Value | Description | |
|---|---|---|---|
| LinearLimitUpper | 0 | The maximum difference between the pivot points on their X axis before damping happens. | |
| LinearLimitLower | 1 | The minimum difference between the pivot points on their X axis before damping happens. | |
| LinearLimitSoftness | 2 | A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement. | |
| LinearLimitRestitution | 3 | The amount of restitution once the limits are surpassed. The lower, the more velocityenergy gets lost. | |
| LinearLimitDamping | 4 | The amount of damping once the slider limits are surpassed. | |
| LinearMotionSoftness | 5 | 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. | |
| LinearMotionRestitution | 6 | The amount of restitution inside the slider limits. | |
| LinearMotionDamping | 7 | The amount of damping inside the slider limits. | |
| LinearOrthogonalSoftness | 8 | A factor applied to the movement across axes orthogonal to the slider. | |
| LinearOrthogonalRestitution | 9 | The amount of restitution when movement is across axes orthogonal to the slider. | |
| LinearOrthogonalDamping | 10 | The amount of damping when movement is across axes orthogonal to the slider. | |
| AngularLimitUpper | 11 | The upper limit of rotation in the slider. | |
| AngularLimitLower | 12 | The lower limit of rotation in the slider. | |
| AngularLimitSoftness | 13 | A factor applied to the all rotation once the limit is surpassed. | |
| AngularLimitRestitution | 14 | The amount of restitution of the rotation when the limit is surpassed. | |
| AngularLimitDamping | 15 | The amount of damping of the rotation when the limit is surpassed. | |
| AngularMotionSoftness | 16 | A factor that gets applied to the all rotation in the limits. | |
| AngularMotionRestitution | 17 | The amount of restitution of the rotation in the limits. | |
| AngularMotionDamping | 18 | The amount of damping of the rotation in the limits. | |
| AngularOrthogonalSoftness | 19 | A factor that gets applied to the all rotation across axes orthogonal to the slider. | |
| AngularOrthogonalRestitution | 20 | The amount of restitution of the rotation across axes orthogonal to the slider. | |
| AngularOrthogonalDamping | 21 | The amount of damping of the rotation across axes orthogonal to the slider. | |
| Max | 22 | Represents the size of the PhysicsServerSliderJointParam enum. |