# SoftJointLimit

> The limits defined by the CharacterJoint.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public struct SoftJointLimit
```

## Properties

| Property                                                                                         | Description                                                             |
| ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
| [bounciness](/engine/6000.7/script-reference/unityengine/softjointlimit/bounciness.md)           | When the joint hits the limit, it can be made to bounce off it.         |
| [contactDistance](/engine/6000.7/script-reference/unityengine/softjointlimit/contactdistance.md) | Determines how far ahead in space the solver can "see" the joint limit. |
| [limit](/engine/6000.7/script-reference/unityengine/softjointlimit/limit.md)                     | The limit position/angle of the joint (in degrees).                     |
