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

◆ wire

template<typename T >
std::function<void(Context&, uint32_t, std::shared_ptr<MappedState<T>>)> MayaFlux::Portal::Forma::Geometry::Form< T >::wire

Registers interaction against the realized element.

Called once after the element is registered, with the Context that owns its callbacks, the element id, and the state to write. Empty for non-interactive geometry.

Definition at line 100 of file Geometry.hpp.