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