Skip to main content
Version: 3.9.0

And

and

Use And to check if all inputs are true. And is in the Logic category.

Input

NameData TypeDescription
Value1BooleanA boolean value.
Value2BooleanAnother boolean value.

Output

NameData TypeDescription
ValueBooleanA boolean signal of the operation result.

Example

and example

When the camera detects the red dot as visible, and the game time is greater than 5 seconds, then the green dot will be set to be visible.

and node