<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [CoefficientCombineRule](./server.coefficientcombinerule.md)

## CoefficientCombineRule enum

The coefficient for friction or bounciness combine rule.

**Signature:**

```typescript
export declare enum CoefficientCombineRule 
```

## Enumeration Members

<table><thead><tr><th>

Member


</th><th>

Value


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

Average


</td><td>

`0`


</td><td>


</td></tr>
<tr><td>

Max


</td><td>

`3`


</td><td>


</td></tr>
<tr><td>

Min


</td><td>

`1`


</td><td>


</td></tr>
<tr><td>

Multiply


</td><td>

`2`


</td><td>


</td></tr>
</tbody></table>
