Click or drag to resize

VisualShaderNodeCompareConditionEnum Enumeration

[Missing <summary> documentation for "T:Godot.VisualShaderNodeCompare.ConditionEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ConditionEnum
Members
  Member nameValueDescription
All0

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

Any1

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

See Also