Bool AND#

Returns true only if both A and B are true.

Component Information#

  • Name: BoolAnd

  • UI Name: Bool AND

  • Version: 1

  • Categories: Transform

Input Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

a

A

Bool

Input

false

No

b

B

Bool

Input

false

No

A#

First boolean input.

B#

Second boolean input.

Output Properties#

Property

Display Name

Type

IO Type

Default Value

Optional

result

Result

Bool

Output

false

No

Result#

The logical AND of A and B (true if both A and B are true).

Usage Notes#

This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.


← Back to Component Index