BinaryCurveOperator Enum
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
public enum BinaryCurveOperator
Fields
Name | Description |
---|---|
Add | Add the sampled value of both sides. |
Multiply | Multiplies the left sampled value by the right sampled value |
Subtract | Subtracts the right sampled value from the left sampled value. |