MayaFlux 0.4.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 423 of file Logic.hpp.

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