![Image](images/AllNodeThumb.png) |
![Image](images/AndNodeThumb.png) |
Provides a preview window and passes the input value through without modification. |
Provides a reference to a Sub-graph asset. |
Any |
Branch |
![Image](images/AnyNodeThumb.png) |
![Image](images/BranchNodeThumb.png) |
Returns true if any of the components of the input In are non-zero. |
Provides a dynamic branch to the shader. |
Comparison |
Is Infinite |
![Image](images/ComparisonNodeThumb.png) |
![Image](images/IsInfiniteNodeThumb.png) |
Compares the two input values A and B based on the condition selected on the dropdown. |
Returns true if any of the components of the input In is an infinite value. |
Is NaN |
Nand |
![Image](images/IsNaNNodeThumb.png) |
![Image](images/NandNodeThumb.png) |
Returns true if any of the components of the input In is not a number (NaN). |
Returns true if both the inputs A and B are false. |
Not |
Or |
![Image](images/NotNodeThumb.png) |
![Image](images/OrNodeThumb.png) |
Returns the opposite of input In. If In is true the output will be false, otherwise it will be true. |
Returns true if either of the inputs A and B are true. |