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

◆ is_using_internal()

bool MayaFlux::Buffers::LogicProcessor::is_using_internal ( ) const
inline

Checks if the processor is using the internal logic node.

Returns
True if using internal logic node, false otherwise

Definition at line 266 of file LogicProcessor.hpp.

266{ return m_use_internal; }
bool m_use_internal
Whether to use internal logic node.