ModelImporterHumanoidOversampling
Humanoid Oversampling available multipliers.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ModelImporterHumanoidOversampling
Fields
Value | Description |
|---|---|
| X1 | Default Humanoid Oversampling multiplier = 1 which is equivalent to no oversampling. |
| X2 | Humanoid Oversampling samples at 2 times the sampling rate found in the imported file. |
| X4 | Humanoid Oversampling samples at 4 times the sampling rate found in the imported file. |
| X8 | Humanoid Oversampling samples at 8 times the sampling rate found in the imported file. |