Started editor windows refactor

This commit is contained in:
antopilo
2025-01-26 00:07:15 -05:00
parent 7a2218824d
commit a3dc799692
15 changed files with 893 additions and 21 deletions

View File

@@ -0,0 +1,17 @@
#include "SelectionPropertyWidget.h"
SelectionPropertyWidget::SelectionPropertyWidget(EditorContext& inCtx)
: IEditorWidget(inCtx)
{
}
void SelectionPropertyWidget::Update(float ts)
{
}
void SelectionPropertyWidget::Draw()
{
}