Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:Conditional

The Conditional node changes its output depending on the input Condition.


?:
OnTrue
*
OnFalse
Condition
Operators

The Conditional node changes its output depending on the input Condition.

If you are looking to switch between more than 2 values or objects, use a Multiplex instead.

If you want something similar to this but with impulses, use the If node instead.

If you want to mask different parts of a value, use the Mask node instead.

Inputs

OnTrue (Pseudo-Generic)

The value to output when the Condition is true.

OnFalse (Pseudo-Generic)

The value to output when the Condition is false.

Condition (Bool)

A boolean to decide which input value to output.

Outputs

* (Pseudo-Generic)

Returns the result.

See Also