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

◆ hidden()

Element & MayaFlux::Portal::Forma::Element::hidden ( )
inline

Start hidden.

Layer::set_visible or a relation cascade will reveal it. Use for elements that are conditionally visible or controlled by a parent collapsible.

Definition at line 264 of file Element.hpp.

265 {
266 visible = false;
267 return *this;
268 }
bool visible
When false, the element is excluded from Layer iteration.
Definition Element.hpp:81