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

◆ non_interactive()

Slot & MayaFlux::Portal::Forma::Layer::Slot::non_interactive ( )
inline

Disable hit testing for this element immediately.

Equivalent to layer.set_interactive(id, false).

Definition at line 107 of file Layer.hpp.

108 {
110 return *this;
111 }
bool set_interactive(uint32_t id, bool interactive)
Definition Layer.cpp:54