SimpleTransformOperation
Values
Name | Description |
---|---|
SimpleTransformOperation_Add | Value: 0 |
SimpleTransformOperation_Subtract | Value: 1 |
SimpleTransformOperation_Multiply | Value: 2 |
SimpleTransformOperation_Divide | Value: 3 |
SimpleTransformOperation_Sine | Value: 4 |
SimpleTransformOperation_Cosine | Value: 5 |
SimpleTransformOperation_ArcSine | Value: 6 |
SimpleTransformOperation_ArcCosine | Value: 7 |
SimpleTransformOperation_Modulus | Value: 8 |
SimpleTransformOperation_Round | Value: 9 |
SimpleTransformOperation_Floor | Value: 10 |
SimpleTransformOperation_Ceiling | Value: 11 |
SimpleTransformOperation_Power | Value: 12 |
SimpleTransformOperation_SquareRoot | Value: 13 |
SimpleTransformOperation_Absolute | Value: 14 |
SimpleTransformOperation_Exp | Value: 15 |
SimpleTransformOperation_Log | Value: 16 |
SimpleTransformOperation_Log10 | Value: 17 |
SimpleTransformOperation_Tangent | Value: 18 |
SimpleTransformOperation_ArcTangent | Value: 19 |
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)