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

◆ size()

const std::optional< float > & MayaFlux::Nexus::Agent::size ( ) const
inline

Get the current size, if set.

Definition at line 233 of file Agent.hpp.

233{ return m_size; }
std::optional< float > m_size
Definition Agent.hpp:293

References m_size.