VisualScriptMathConstantMathConstant Enumeration |
[Missing <summary> documentation for "T:Godot.VisualScriptMathConstant.MathConstant"]
Namespace: Godot
public enum MathConstant
| Member name | Value | Description | |
|---|---|---|---|
| One | 0 | Unity: 1. | |
| Pi | 1 | Pi: 3.141593. | |
| HalfPi | 2 | Pi divided by two: 1.570796. | |
| Tau | 3 | Tau: 6.283185. | |
| E | 4 | Mathematical constant e, the natural log base: 2.718282. | |
| Sqrt2 | 5 | Square root of two: 1.414214. | |
| Inf | 6 | Infinity: inf. | |
| Nan | 7 | Not a number: nan. | |
| Max | 8 | Represents the size of the VisualScriptMathConstantMathConstant enum. |