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