ForceLimitMode
This enumeration is used to determine how the maximum force for a constraint is specified and how that limit will be enforced by the constraint.
Items
Name
Value
Description
Magnitude
0
A single scalar value specifies the maximum magnitude of the force. The constraint ensures that the total force applied does not exceed this limit.
PerAxis
1
A vector specifies the maximum force components along each axis in the reference frame. Each component of the applied force respects this limit.
Last updated