17 lines
235 B
C++
17 lines
235 B
C++
#include "SelectionPropertyWidget.h"
|
|
|
|
SelectionPropertyWidget::SelectionPropertyWidget(EditorContext& inCtx)
|
|
: IEditorWidget(inCtx)
|
|
{
|
|
|
|
}
|
|
|
|
void SelectionPropertyWidget::Update(float ts)
|
|
{
|
|
|
|
}
|
|
|
|
void SelectionPropertyWidget::Draw()
|
|
{
|
|
|
|
} |