Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ set_widgets_enabled
Method
set_widgets_enabled
scripts/python/ui/ui_demo.py:257–259 ·
view source on GitHub ↗
(self, enabled: bool)
Source
from the content-addressed store, hash-verified
255
)
256
257
def
set_widgets_enabled(self, enabled: bool):
258
for
widget in self.widgets:
259
widget.enabled = enabled
260
261
262
class
DemoWindow:
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected