Click or drag to resize

VisualScriptMathConstantMathConstant Enumeration

[Missing <summary> documentation for "T:Godot.VisualScriptMathConstant.MathConstant"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum MathConstant
Members
  Member nameValueDescription
One0

Unity: 1.

Pi1

Pi: 3.141593.

HalfPi2

Pi divided by two: 1.570796.

Tau3

Tau: 6.283185.

E4

Mathematical constant e, the natural log base: 2.718282.

Sqrt25

Square root of two: 1.414214.

Inf6

Infinity: inf.

Nan7

Not a number: nan.

Max8

Represents the size of the VisualScriptMathConstantMathConstant enum.

See Also