Enum AnimationBlendOperation
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
Describes the type of animation blend operation.
[DataContract]
public enum AnimationBlendOperationFields
- [Display("Additive", null)] Add = 1
- Add operation. 
- [Display("Linear blend", null)] LinearBlend = 0
- Linear blend operation.