VisualShaderNodeCompare.Function

Values

ValueMeaning
funcEqual0

Comparison for equality (a == b).

funcNotEqual1

Comparison for inequality (a != b).

funcGreaterThan2

Comparison for greater than (a > b). Cannot be used if type set to constant CTYPE_BOOLEAN or constant CTYPE_TRANSFORM.

funcGreaterThanEqual3

Comparison for greater than or equal (a >= b). Cannot be used if type set to constant CTYPE_BOOLEAN or constant CTYPE_TRANSFORM.

funcLessThan4

Comparison for less than (a < b). Cannot be used if type set to constant CTYPE_BOOLEAN or constant CTYPE_TRANSFORM.

funcLessThanEqual5

Comparison for less than or equal (a < b). Cannot be used if type set to constant CTYPE_BOOLEAN or constant CTYPE_TRANSFORM.

Meta