MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ while_true()

void MayaFlux::Nodes::Generator::Logic::while_true ( const NodeHook callback)

Registers a callback that executes continuously while output is true.

Parameters
callbackFunction to call on each tick when output is true (1.0)

Definition at line 566 of file Logic.cpp.

567{
569}
void add_callback(const NodeHook &callback, LogicEventType type, const std::optional< NodeCondition > &condition=std::nullopt)
Adds a callback to the list of all callbacks.
Definition Logic.hpp:588

References add_callback(), and MayaFlux::Nodes::Generator::WHILE_TRUE.

+ Here is the call graph for this function: