ModelImporterGenerateAnimations
Animation generation options for ModelImporter. These options relate to the legacy Animation system, they should only be used when ModelImporter.animationType==ModelImporterAnimationType.Legacy.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ModelImporterGenerateAnimations
Remarks
Additional Resources: ModelImporter.generateAnimations.
Fields
Value | Description |
|---|---|
| GenerateAnimations | Default animation import mode (All animations are stored in the root object). |
| InNodes | Generate animations in the objects that animate. |
| InOriginalRoots | Generate animations in the root objects of the animation package. |
| InRoot | Generate animations in the transform root objects. |
| None | Do not generate animations. |