Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuxCoreRender/LuxCore
/ Close
Method
Close
samples/luxcoreui/objecteditorwindow.cpp:42–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void ObjectEditorWindow::Close() {
43
if (opened) {
44
objectGUIProps.Clear();
45
objectEditorProps.Clear();
46
47
ObjectWindow::Close();
48
}
49
}
50
51
void ObjectEditorWindow::RefreshGUIProperties() {
52
// Refresh objectProps
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected