Output true, only if A and B are both true
This example demonstrates an AND Gate using parameters InputA
and InputB
.
As explained in Advanced Blend Tree Techniques.
Here, the only way the Output
animation plays is if both inputs are 1 (true).
This table represents all of the possible outcomes:
❌ = False
✅ = True
Input 1 | Input 2 | Output |
---|---|---|
❌ | ❌ | ❌ (Output 0 ) |
✅ | ❌ | ❌ (Output 0 ) |
❌ | ✅ | ❌ (Output 0 ) |
✅ | ✅ | ✅ (Output 1 ) |
<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>