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

◆ string_to_parameter()

std::optional< PhysicsParameter > MayaFlux::Nodes::Network::PhysicsOperator::string_to_parameter ( std::string_view  param)
staticprivate

Definition at line 110 of file PhysicsOperator.cpp.

111{
112 return Reflect::string_to_enum_case_insensitive<PhysicsParameter>(param);
113}

Referenced by set_parameter().

+ Here is the caller graph for this function: