> 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.pxmaterialcombinemode.md).

# Enum pxMaterialCombineMode

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

```csharp
public enum pxMaterialCombineMode : byte
```

## Fields

`AVERAGE = 0`

`MAX = 3`

`MIN = 1`

`MULTIPLY = 2`
