
Output the opposite of the input
This example demonstrates a NOT Gate using parameter Input.
As explained in Advanced Blend Tree Techniques.
Here, the Output 1 animation plays if Input is 0 (false).
This table represents all of the possible outcomes:
❌ = False
✅ = True
| Input | Output |
|---|---|
| ❌ | ✅ (Output 1) |
| ✅ | ❌ (Output 0) |

<aside> 💡 This template is not recommended for direct usage and is included for educational purposes. As such, this download is not tagged to be compatible with Controller Editor.
</aside>