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

◆ get_history_size()

size_t MayaFlux::Nodes::Generator::Logic::get_history_size ( ) const
inline

Gets the state history buffer capacity.

Returns
Current history buffer size

Definition at line 419 of file Logic.hpp.

419{ return m_history_size; }
size_t m_history_size
Maximum size of the history buffer.
Definition Logic.hpp:574