# ModelImporterHumanoidOversampling

> Humanoid Oversampling available multipliers.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum ModelImporterHumanoidOversampling
```

## Fields

| Value                                                                                     | Description                                                                            |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [X1](/engine/6000.7/script-reference/unityeditor/modelimporterhumanoidoversampling/x1.md) | Default Humanoid Oversampling multiplier = 1 which is equivalent to no oversampling.   |
| [X2](/engine/6000.7/script-reference/unityeditor/modelimporterhumanoidoversampling/x2.md) | Humanoid Oversampling samples at 2 times the sampling rate found in the imported file. |
| [X4](/engine/6000.7/script-reference/unityeditor/modelimporterhumanoidoversampling/x4.md) | Humanoid Oversampling samples at 4 times the sampling rate found in the imported file. |
| [X8](/engine/6000.7/script-reference/unityeditor/modelimporterhumanoidoversampling/x8.md) | Humanoid Oversampling samples at 8 times the sampling rate found in the imported file. |
