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 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.

Max = 2

Represents the size of the VisualShaderNodeCompare.ConditionEnum enum.