Enum VisualShaderNodeUIntFunc.FunctionEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeUIntFunc.FunctionEnum : long
Fields
BitwiseNot = 1Returns the result of bitwise
NOToperation on the integer. Translates to~ain the Godot Shader Language.Max = 2Represents the size of the VisualShaderNodeUIntFunc.FunctionEnum enum.
Negate = 0Negates the
xusing-(x).