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

◆ set_on_enter_fn_name()

void MayaFlux::Nexus::Expanse::set_on_enter_fn_name ( std::string  name)
inline

Set or replace the on_enter callable identifier.

Definition at line 104 of file Expanse.hpp.

104{ m_on_enter_fn_name = std::move(name); }
std::string m_on_enter_fn_name
Definition Expanse.hpp:148