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

◆ falloff_curve()

std::optional< FalloffCurve > MayaFlux::Nexus::Presence::falloff_curve ( ) const
inline

Current named curve, or nullopt if a custom lambda was set via set_falloff().

Definition at line 150 of file Presence.hpp.

150{ return m_falloff_curve; }
std::optional< FalloffCurve > m_falloff_curve
Definition Presence.hpp:166