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

◆ clear_size()

void MayaFlux::Nexus::Agent::clear_size ( )
inline

Clear the size, resetting it to an unset state.

Definition at line 230 of file Agent.hpp.

230{ m_size.reset(); }
std::optional< float > m_size
Definition Agent.hpp:293

References m_size.