ClipAnimationMaskType
AnimationClip mask options for ModelImporterClipAnimation.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum ClipAnimationMaskType
Remarks
Mask can be used to specify which transforms animation should be imported when generating the clip. Additional Resources: ModelImporterClipAnimation.maskType.
Fields
Value | Description |
|---|---|
| CopyFromOther | Use a mask from your project to specify which transforms animation should be imported. |
| CreateFromThisModel | A mask containing all the transform in the file will be created internally. |
| None | No Mask. All the animation will be imported. |