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
Float Equals
Checks if two floats are equal
Float Greater Than
Checks if the first float is greater than the second float
Float Greater Than Or Equal
Checks if the first float is greater than or equal to the second float
Float Less Than
Checks if the first float is less than the second float
Float Less Than Or Equal
Checks if the first float is less than or equal to the second float
Int Equals
Checks if two ints are equal
Int Greater Than
Checks if the first int is greater than the second int
Int Greater Than Or Equal
Checks if the first int is greater than or equal to the second int
Int Less Than
Checks if the first int is less than the second int
Int Less Than Or Equal
Checks if the first int is less than or equal to 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.
Composition If
If the boolean is true returns input 1, otherwise input 2. Type: Composition
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
Transform 2D If
If the boolean is true returns input 1, otherwise input 2. Type: Transform2
Exclusive Or
Returns true if either the inputs are true. But false if both are true.