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