Name | Type | Description |
angularLimitDamping [get, set]
|
double | The amount of damping of the rotation when the limit is surpassed.
A lower damping value allows a rotation initiated by body A to travel to body B slower.
|
angularLimitLowerAngle [get, set]
|
double | The lower limit of rotation in the slider.
|
angularLimitRestitution [get, set]
|
double | The amount of restitution of the rotation when the limit is surpassed.
Does not affect damping.
|
angularLimitSoftness [get, set]
|
double | A factor applied to the all rotation once the limit is surpassed.
Makes all rotation slower when between 0 and 1.
|
angularLimitUpperAngle [get, set]
|
double | The upper limit of rotation in the slider.
|
angularMotionDamping [get, set]
|
double | The amount of damping of the rotation in the limits.
|
angularMotionRestitution [get, set]
|
double | The amount of restitution of the rotation in the limits.
|
angularMotionSoftness [get, set]
|
double | A factor applied to the all rotation in the limits.
|
angularOrthoDamping [get, set]
|
double | The amount of damping of the rotation across axes orthogonal to the slider.
|
angularOrthoRestitution [get, set]
|
double | The amount of restitution of the rotation across axes orthogonal to the slider.
|
angularOrthoSoftness [get, set]
|
double | A factor applied to the all rotation across axes orthogonal to the slider.
|
linearLimitDamping [get, set]
|
double | The amount of damping that happens once the limit defined by linearLimit/lowerDistance and linearLimit/upperDistance is surpassed.
|
linearLimitLowerDistance [get, set]
|
double | The minimum difference between the pivot points on their X axis before damping happens.
|
linearLimitRestitution [get, set]
|
double | The amount of restitution once the limits are surpassed. The lower, the more velocity-energy gets lost.
|
linearLimitSoftness [get, set]
|
double | A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement.
|
linearLimitUpperDistance [get, set]
|
double | The maximum difference between the pivot points on their X axis before damping happens.
|
linearMotionDamping [get, set]
|
double | The amount of damping inside the slider limits.
|
linearMotionRestitution [get, set]
|
double | The amount of restitution inside the slider limits.
|
linearMotionSoftness [get, set]
|
double | 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.
|
linearOrthoDamping [get, set]
|
double | The amount of damping when movement is across axes orthogonal to the slider.
|
linearOrthoRestitution [get, set]
|
double | The amount of restitution when movement is across axes orthogonal to the slider.
|
linearOrthoSoftness [get, set]
|
double | A factor applied to the movement across axes orthogonal to the slider.
|