Started editor windows refactor
This commit is contained in:
17
Editor/SelectionPropertyWidget.cpp
Normal file
17
Editor/SelectionPropertyWidget.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "SelectionPropertyWidget.h"
|
||||
|
||||
SelectionPropertyWidget::SelectionPropertyWidget(EditorContext& inCtx)
|
||||
: IEditorWidget(inCtx)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void SelectionPropertyWidget::Update(float ts)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void SelectionPropertyWidget::Draw()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user