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

◆ bind() [1/2]

Binding & MayaFlux::Portal::Forma::Bridge::Binding::bind ( std::function< float()>  source)
inline

Definition at line 410 of file Bridge.hpp.

411 {
412 m_bridge.bind(m_id, std::move(source));
413 return *this;
414 }
void bind(uint32_t id, std::shared_ptr< Nodes::Node > node, std::function< float(double)> project={})
Drive element value from a Node's output each frame.
Definition Bridge.cpp:38

References bind().

+ Here is the call graph for this function: