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 = 1
Add operation.
[Display("Linear blend", null)] LinearBlend = 0
Linear blend operation.