If Else
Last updated
Was this helpful?
Last updated
Was this helpful?
Condition - A boolean which will output True for any value ≥ 0.5 and False for any value < 0.5.
True - Connect an Element to be output if the Condition is True.
False - Connect an Element to be output if the Condition is False.
Example usage:
Create an .
Create 2 colors (blue and green).
Create an If Else Utility.
Connect the green swatch to First.
Connect the blue swatch to Second.
Connect ellipse.scale.x > ifElse.condition.
Connect ifElse.id > ellipse.fillColor.
As scale moves above and below a value of 0.5 its color will change from green to blue.