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