MayaFlux 0.2.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 108 of file PhysicsOperator.cpp.

109{
110 return Reflect::string_to_enum_case_insensitive<PhysicsParameter>(param);
111}

Referenced by set_parameter().

+ Here is the caller graph for this function: