VisualShaderNodeCompareConditionEnum Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShaderNodeCompare.ConditionEnum"]
Namespace: Godot
public enum ConditionEnum
Member name | Value | Description | |
---|---|---|---|
All | 0 | The result will be true if all of component in vector satisfy the comparison condition. | |
Any | 1 | The result will be true if any of component in vector satisfy the comparison condition. |