Operator

Operator Blocks perform an operation using its children Blocks. A simple example would be adding two values or colors together using the Operator.Add Block.

When possible Operator nodes are made to be Attribute type agnostic, meaning that they will try their best performing the operation on any input they're given.

Last updated