The BallSocketJoint class represents a ball-and-socket constraint in the physics system. It allows for rotational movement around a single point, similar to a human shoulder or hip joint.
The BallSocketJoint class represents a ball-and-socket constraint in the physics system. It allows for rotational movement around a single point, similar to a human shoulder or hip joint.
Member Name | Summary |
---|---|
Friction | Constraint friction. |
SwingLimit | Maximum angle it should be allowed to swing to. |
SwingLimitEnabled | Indicates whether the swing limit is enabled. |
TwistLimit | Defines the limits for twisting motion. |
TwistLimitEnabled | Indicates whether the twist limit is enabled. |