Skip to main content

Any(任意)

Any(任意)

Any(任意)节点接收一个值(bool2bool3bool4),如果任何输入为真,则返回 true。

image.png

输入 (Inputs)

名称 (Name) 描述 (Description)
V (Pseudo-Generic) 要检查的输入集。

输出 (Outputs)

名称 (Name) 描述 (Description)
* (bool) 如果任何输入为真,则返回 true。