MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / set_value

Method set_value

Source/Falcor/Utils/UI/PythonUI.cpp:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392
393 type get_value() const { return m_value; }
394 void set_value(type value) { m_value = value; }
395
396 scalar_type get_speed() const { return m_speed; }
397 void set_speed(scalar_type speed) { m_speed = speed; }

Callers 6

runWorkerMethod · 0.45
writeXmlReportFunction · 0.45
upgradeTreeFunction · 0.45
runMethod · 0.45
submitMethod · 0.45
submitMethod · 0.45

Calls

no outgoing calls

Tested by 2

writeXmlReportFunction · 0.36
runMethod · 0.36