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

Method close

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

Source from the content-addressed store, hash-verified

91
92 void show() { set_visible(true); }
93 void close() { set_visible(false); }
94
95 virtual void render() override
96 {

Callers 2

createFromFileMethod · 0.45
loadFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected