Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runWorker
Method · 0.45
writeXmlReport
Function · 0.45
upgradeTree
Function · 0.45
run
Method · 0.45
submit
Method · 0.45
submit
Method · 0.45
Calls
no outgoing calls
Tested by
2
writeXmlReport
Function · 0.36
run
Method · 0.36