Bool
Bool
A bool
Nodes that output this type
And
Returns true if both inputs are true.
Bool Constant
Creates a constant of Bool. The user will be modify this at the UI layer.
Int Equals
Checks if two ints are equal
Int Greater Than
Checks if the first int is greater than the second int
Int Less Than
Checks if the first int is less than the second int
Not
Returns the opposite of a boolean
Or
Returns true if either inputs are true.
Exclusive Or
Returns true if either the inputs are true. But false if both are true.
Nodes that accept this type as input
And
Returns true if both inputs are true.
Composition Custom Transformer Shader
Given an input, runs a custom defined shader over that input.
Not
Returns the opposite of a boolean
Or
Returns true if either inputs are true.
Exclusive Or
Returns true if either the inputs are true. But false if both are true.