VisualShaderNodeScalarFuncFunctionEnum Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShaderNodeScalarFunc.FunctionEnum"]
Namespace: Godot
public enum FunctionEnum
| Member name | Value | Description | |
|---|---|---|---|
| Sin | 0 | ||
| Cos | 1 | ||
| Tan | 2 | ||
| Asin | 3 | ||
| Acos | 4 | ||
| Atan | 5 | ||
| Sinh | 6 | ||
| Cosh | 7 | ||
| Tanh | 8 | ||
| Log | 9 | ||
| Exp | 10 | ||
| Sqrt | 11 | ||
| Abs | 12 | ||
| Sign | 13 | ||
| Floor | 14 | ||
| Round | 15 | ||
| Ceil | 16 | ||
| Frac | 17 | ||
| Saturate | 18 | ||
| Negate | 19 | ||
| Acosh | 20 | ||
| Asinh | 21 | ||
| Atanh | 22 | ||
| Degrees | 23 | ||
| Exp2 | 24 | ||
| InverseSqrt | 25 | ||
| Log2 | 26 | ||
| Radians | 27 | ||
| Reciprocal | 28 | ||
| Roundeven | 29 | ||
| Trunc | 30 | ||
| Oneminus | 31 |