MCPcopy 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
42void ObjectEditorWindow::Close() {
43 if (opened) {
44 objectGUIProps.Clear();
45 objectEditorProps.Clear();
46
47 ObjectWindow::Close();
48 }
49}
50
51void ObjectEditorWindow::RefreshGUIProperties() {
52 // Refresh objectProps

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected