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

◆ state()

std::shared_ptr< MappedState< float > > MayaFlux::Portal::Forma::LayoutCursor::state ( ) const
inline

Shared baseline state.

Close over this in GeometryFn to reflow when any preceding primitive changes height.

Definition at line 37 of file LayoutCursor.hpp.

37{ return m_state; }
std::shared_ptr< MappedState< float > > m_state

References m_state.