Category: 🧩 Extensions
Sub-block of "joint". Limits the roll angle (Z axis / blue) between a low and a high boundary. Auto-spawned and attached to the parent Joint when the Roll "Angle Limit" checkbox is enabled in its Inspector.
This sub-block configures the angular X limits of the parent Joint's ConfigurableJoint. The toggle switches between two modes:
| Name | Type | Description |
|---|---|---|
| Low angle | Jolt Input with Dial | Lowest allowed roll angle (in degrees). Will be clamped to the High angle if greater. |
| High Angle | Jolt Input with Dial | Highest allowed roll angle (in degrees). |
| Spring | Jolt Input with Dial | Springy mode only. Stiffness of the spring pushing the joint back inside the allowed range. |
| Inertia | Jolt Input with Dial | Springy mode only. Damping of the limit spring to prevent oscillations when hitting the limit. |
| Bounciness 0-1 | Jolt Input with Dial | Hard mode only. How much the joint bounces back when hitting the limit (0: no bounce, 1: full bounce). |
| Name | Type | Description |
|---|---|---|
| Toggle Mode | Toggle Button | Switches between Springy mode (Spring/Inertia push back) and Hard mode (Bounciness on contact). |
DoNotInclude