Enum VisualShaderNodeIs.FunctionEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeIs.FunctionEnum : long
Fields
IsInf = 0
Comparison with
INF
(Infinity).IsNan = 1
Comparison with
NaN
(Not a Number; denotes invalid numeric results, e.g. division by zero).Max = 2
Represents the size of the VisualShaderNodeIs.FunctionEnum enum.