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

◆ layer() [1/2]

const Layer & MayaFlux::Portal::Forma::Surface::layer ( ) const
inlinenoexcept

Access the spatial registry.

Anything supported by Layer is reachable here: add, remove, relate, set_visible, set_bounds, set_contains, hit_test, etc.

Definition at line 110 of file Surface.hpp.

110{ return *m_layer; }
std::shared_ptr< Layer > m_layer
Definition Surface.hpp:162