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

◆ set_interactive()

bool MayaFlux::Portal::Forma::Layer::set_interactive ( uint32_t  id,
bool  interactive 
)

Definition at line 54 of file Layer.cpp.

55{
56 if (auto* el = get(id)) {
57 el->interactive = interactive;
58 return true;
59 }
60 return false;
61}
const Element * get(uint32_t id) const
Definition Layer.cpp:195

References get().

+ Here is the call graph for this function: