Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void ObjectEditorWindow::ParseEditorProperties() {
76
ParseObjectProperties(objectEditorProps);
77
78
// It will be filled at the next iteration
79
objectEditorProps.Clear();
80
}
81
82
void ObjectEditorWindow::Draw() {
83
if (!opened)
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected