The maximum length of the line segments. Use -1 to calculate the length based on the positions of the objects when the constraint is created.
The minimum length of the line segments. Use -1 to calculate the length based on the positions of the objects when the constraint is created.
Override for the number of solver position iterations to run. If set to 0
, the constraint
will use global default set by Physics initialization setting
JoltInitSettings.numPositionSteps.
Override for the number of solver velocity iterations to run. If set to 0
, the constraint
will use global default set by Physics initialization setting
JoltInitSettings.numVelocitySteps.
Ratio between the two line segments:
MinDistance <= Length1 + Ratio * Length2 <= MaxDistance
Reference frame space that point1
and point2
use.
Pulley constraint.