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