Enum AnimationClipType
Specifies the type of animation.
Namespace: Evergine.Exporter.Assets.Model.Animations
Assembly: Evergine.Framework.dll
Syntax
public enum AnimationClipType
Fields
| Name | Description |
|---|---|
| Default | A standard animation clip. |
| Difference | An animation clip generated by the difference between a source clip and a reference clip. It is used in additive blending. |