VisualShaderNodeCompareComparisonType Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShaderNodeCompare.ComparisonType"]
Namespace: Godot
public enum ComparisonType
Member name | Value | Description | |
---|---|---|---|
Scalar | 0 | A floating-point scalar. | |
Vector | 1 | A 3D vector type. | |
Boolean | 2 | A boolean type. | |
Transform | 3 | A transform (mat4) type. |