![Image](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/images/AllNodeThumb.png) |
![Image](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/images/AndNodeThumb.png) |
Returns true if all components of the input In are non-zero. |
Returns true if both the inputs A and B are true. |
Any |
Branch |
![Image](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/images/AnyNodeThumb.png) |
![Image](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/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](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/images/ComparisonNodeThumb.png) |
![Image](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/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](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/images/IsNaNNodeThumb.png) |
![Image](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/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](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/images/NotNodeThumb.png) |
![Image](/Schaken/Firstborn/media/commit/d2c5e0c92c1625301c00f589952f40c0c346b9e0/Library/PackageCache/com.unity.shadergraph@12.1.8/Documentation~/images/OrNodeThumb.png) |
Returns the opposite of input In. If In is true, the output is false. Otherwise, it returns true. |
Returns true if either input A or input B is true. |