feat: implement type-safe ReferenceProperty for SmartPointer fields and add UI support for object selection via context-aware dropdowns
This commit is contained in:
@@ -47,4 +47,8 @@ void PropertiesPanel::setObject(uLib::Object* obj) {
|
||||
m_editor->setObject(obj);
|
||||
}
|
||||
|
||||
void PropertiesPanel::setContext(uLib::ObjectsContext* context) {
|
||||
m_editor->setContext(context);
|
||||
}
|
||||
|
||||
PropertiesPanel::~PropertiesPanel() {}
|
||||
|
||||
Reference in New Issue
Block a user