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 modify this at the UI layer.
Bool If
If the boolean is true returns input 1, otherwise input 2. Type: Bool
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.
Bool Add To Dictionary
Adds a Bool to a Dictionary
Bool If
If the boolean is true returns input 1, otherwise input 2. Type: Bool
Composition Custom Transformer Shader
Given an input, runs a custom defined shader over that input.
Float If
If the boolean is true returns input 1, otherwise input 2. Type: Float
Int If
If the boolean is true returns input 1, otherwise input 2. Type: Int
Not
Returns the opposite of a boolean
Or
Returns true if either inputs are true.
String If
If the boolean is true returns input 1, otherwise input 2. Type: String
Exclusive Or
Returns true if either the inputs are true. But false if both are true.