Enum BinaryCurveOperator
- Namespace
- Stride.Animations
- Assembly
- Stride.Engine.dll
public enum BinaryCurveOperatorFields
- Add = 0
- Add the sampled value of both sides. 
- Multiply = 2
- Multiplies the left sampled value by the right sampled value 
- Subtract = 1
- Subtracts the right sampled value from the left sampled value.