Protected_Protected OptionalgraphUnique identifier of the node
ReadonlytypeType of the node
The graph instance the node is placed in.
undefined if the node hasn't been placed in a graph yet.
Customizable display name of the node.
ProtectedaddAdd an input interface to the node
Key of the input
The input instance
True when the input was added, otherwise false (prevented by an event handler)
ProtectedaddAdd an output interface to the node
Key of the output
The output instance
True when the output was added, otherwise false (prevented by an event handler)
ProtectedinitializeOverride this method to perform cleanup when the node is deleted
Override this method to execute logic when the node is placed inside a graph
This function will automatically be called as soon as the node is added to a graph.
ProtectedremoveRemove an existing input
Key of the input.
ProtectedremoveRemove an existing output
Key of the output.
Staticis
The default implementation does nothing. Overwrite this method to do calculation.