> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.server.physx/ks.reactor.server.physx.pxjointlinearlimitpair.md).

# Struct pxJointLinearLimitPair

Namespace: [KS.Reactor.Server.PhysX](/reactor/api-reference/ks.reactor.server.physx.md)\
Assembly: KSReactor.dll

```csharp
public struct pxJointLinearLimitPair
```

#### Inherited Members

[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)), [object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)), [object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode), [object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype), [object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals), [object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

## Constructors

### pxJointLinearLimitPair(float, float, float, float) <a href="#ks_reactor_server_physx_pxjointlinearlimitpair__ctor_system_single_system_single_system_single_syste" id="ks_reactor_server_physx_pxjointlinearlimitpair__ctor_system_single_system_single_system_single_syste"></a>

```csharp
public pxJointLinearLimitPair(float scale, float lowerLimit = -1.1342745E+38, float upperLimit = 1.1342745E+38, float contactDist = -1)
```

#### Parameters

`scale` [float](https://learn.microsoft.com/dotnet/api/system.single)

`lowerLimit` [float](https://learn.microsoft.com/dotnet/api/system.single)

`upperLimit` [float](https://learn.microsoft.com/dotnet/api/system.single)

`contactDist` [float](https://learn.microsoft.com/dotnet/api/system.single)

## Fields

### bounceThreshold <a href="#ks_reactor_server_physx_pxjointlinearlimitpair_bouncethreshold" id="ks_reactor_server_physx_pxjointlinearlimitpair_bouncethreshold"></a>

```csharp
public float bounceThreshold
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)

### contactDistance <a href="#ks_reactor_server_physx_pxjointlinearlimitpair_contactdistance" id="ks_reactor_server_physx_pxjointlinearlimitpair_contactdistance"></a>

```csharp
public float contactDistance
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)

### damping <a href="#ks_reactor_server_physx_pxjointlinearlimitpair_damping" id="ks_reactor_server_physx_pxjointlinearlimitpair_damping"></a>

```csharp
public float damping
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)

### lower <a href="#ks_reactor_server_physx_pxjointlinearlimitpair_lower" id="ks_reactor_server_physx_pxjointlinearlimitpair_lower"></a>

```csharp
public float lower
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)

### restitution <a href="#ks_reactor_server_physx_pxjointlinearlimitpair_restitution" id="ks_reactor_server_physx_pxjointlinearlimitpair_restitution"></a>

```csharp
public float restitution
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)

### stiffness <a href="#ks_reactor_server_physx_pxjointlinearlimitpair_stiffness" id="ks_reactor_server_physx_pxjointlinearlimitpair_stiffness"></a>

```csharp
public float stiffness
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)

### upper <a href="#ks_reactor_server_physx_pxjointlinearlimitpair_upper" id="ks_reactor_server_physx_pxjointlinearlimitpair_upper"></a>

```csharp
public float upper
```

#### Field Value

[float](https://learn.microsoft.com/dotnet/api/system.single)
