Table of Contents

Enum VisualShaderNodeCompare.ConditionEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum VisualShaderNodeCompare.ConditionEnum : long

Fields

All = 0

The result will be true if all components in the vector satisfy the comparison condition.

Any = 1

The result will be true if any component in the vector satisfies the comparison condition.

Max = 2

Represents the size of the VisualShaderNodeCompare.ConditionEnum enum.