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

◆ to_back()

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

Move to the bottom of the hit-test order (drawn first, hit last).

Definition at line 125 of file Layer.hpp.

126 {
128 return *this;
129 }
bool send_to_back(uint32_t id)
Move element to the bottom of the hit-test order (drawn first).
Definition Layer.cpp:98