OperationNode Class

Module: Script

Operation nodes can be used for simple math operations with two input values.

Constructor

OperationNode

(
  • operation
)

Parameters:

  • operation String

    Math operation symbol to be performed.

Item Index

Attributes

Attributes

a

NodeSocket

Input node socket a.

b

NodeSocket

Input node socket b.

operation

String

Math operation performed by this node.

r

NodeSocket

Output node socket r with the result.