Enum VisualShaderNodeCompare.ComparisonType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeCompare.ComparisonType : long
Fields
Boolean = 6
A boolean type.
Max = 8
Represents the size of the VisualShaderNodeCompare.ComparisonType enum.
Scalar = 0
A floating-point scalar.
ScalarInt = 1
An integer scalar.
ScalarUint = 2
An unsigned integer scalar.
Transform = 7
A transform (
mat4
) type.Vector2D = 3
A 2D vector type.
Vector3D = 4
A 3D vector type.
Vector4D = 5
A 4D vector type.