Protected
_titleProtected
Optional
graphUnique identifier of the node
Readonly
typeType of the node
Customizable display name of the node.
Protected
addAdd 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)
Protected
addAdd 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)
Protected
initializeThis function will automatically be called as soon as the node is added to a graph.
Protected
removeProtected
removeStatic
is
The default implementation does nothing. Overwrite this method to do calculation.