# ModelImporterAnimationType

> Animation mode for ModelImporter.

## Definition

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

```csharp
public enum ModelImporterAnimationType
```

## Remarks

Additional Resources: [ModelImporter.animationType](/engine/6000.7/script-reference/unityeditor/modelimporter/animationtype.md).

## Fields

| Value                                                                                        | Description                       |
| -------------------------------------------------------------------------------------------- | --------------------------------- |
| [Generic](/engine/6000.7/script-reference/unityeditor/modelimporteranimationtype/generic.md) | Generate a generic animator.      |
| [Human](/engine/6000.7/script-reference/unityeditor/modelimporteranimationtype/human.md)     | Generate a human animator.        |
| [Legacy](/engine/6000.7/script-reference/unityeditor/modelimporteranimationtype/legacy.md)   | Generate a legacy animation type. |
| [None](/engine/6000.7/script-reference/unityeditor/modelimporteranimationtype/none.md)       | Generate no animation data.       |
