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

◆ bind() [2/2]

Binding & MayaFlux::Portal::Forma::Bridge::Binding::bind ( std::shared_ptr< Nodes::Node node,
std::function< float(double)>  project = {} 
)
inline

Definition at line 403 of file Bridge.hpp.

404 {})
405 {
406 m_bridge.bind(m_id, std::move(node), std::move(project));
407 return *this;
408 }
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

Referenced by bind().

+ Here is the caller graph for this function: