|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
inlineoverridevirtual |
Registers a callback to be called on each tick.
| callback | Function to call with the current node context |
Registers a callback function that will be called each time the node produces a new output value. The callback receives a NodeContext object containing information about the node's current state.
This mechanism enables external components to monitor and react to the node's activity without interrupting the processing flow.
Example:
Reimplemented from MayaFlux::Nodes::Node.
Definition at line 103 of file NodeChain.hpp.