MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / ParseEditorProperties

Method ParseEditorProperties

samples/luxcoreui/objecteditorwindow.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ObjectEditorWindow::ParseEditorProperties() {
76 ParseObjectProperties(objectEditorProps);
77
78 // It will be filled at the next iteration
79 objectEditorProps.Clear();
80}
81
82void ObjectEditorWindow::Draw() {
83 if (!opened)

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected