|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Logic::on_change_to | ( | const NodeHook & | callback, |
| bool | target_state | ||
| ) |
Registers a callback for when output changes to a specific state.
| callback | Function to call when state changes to target_state |
| target_state | The state to detect (true for 1.0, false for 0.0) |
Definition at line 581 of file Logic.cpp.
References add_callback(), MayaFlux::Nodes::Generator::FALSE, and MayaFlux::Nodes::Generator::TRUE.
Here is the call graph for this function: