Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
linearLimitLower
The minimum difference between the pivot points on their X axis before damping happens.
PhysicsServer3D.swift:143case linearLimitLower
Other cases
case linearLimitUpper
The maximum difference between the pivot points on their X axis before damping happens.
case linearLimitSoftness
A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement.
case linearLimitRestitution
The amount of restitution once the limits are surpassed. The lower, the more velocity-energy gets lost.
case linearLimitDamping
The amount of damping once the slider limits are surpassed.
case linearMotionSoftness
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.
case linearMotionRestitution
The amount of restitution inside the slider limits.
case linearMotionDamping
The amount of damping inside the slider limits.
case linearOrthogonalSoftness
A factor applied to the movement across axes orthogonal to the slider.
case linearOrthogonalRestitution
The amount of restitution when movement is across axes orthogonal to the slider.
case linearOrthogonalDamping
The amount of damping when movement is across axes orthogonal to the slider.
case angularLimitUpper
The upper limit of rotation in the slider.
case angularLimitLower
The lower limit of rotation in the slider.
case angularLimitSoftness
A factor applied to the all rotation once the limit is surpassed.
case angularLimitRestitution
The amount of restitution of the rotation when the limit is surpassed.
case angularLimitDamping
The amount of damping of the rotation when the limit is surpassed.
case angularMotionSoftness
A factor that gets applied to the all rotation in the limits.
case angularMotionRestitution
The amount of restitution of the rotation in the limits.
case angularMotionDamping
The amount of damping of the rotation in the limits.
case angularOrthogonalSoftness
A factor that gets applied to the all rotation across axes orthogonal to the slider.
case angularOrthogonalRestitution
The amount of restitution of the rotation across axes orthogonal to the slider.
case angularOrthogonalDamping
The amount of damping of the rotation across axes orthogonal to the slider.
case max
Represents the size of the
SliderJointParam
enum.