#include "SelectionPropertyWidget.h" SelectionPropertyWidget::SelectionPropertyWidget(EditorContext& inCtx) : IEditorWidget(inCtx) { } void SelectionPropertyWidget::Update(float ts) { } void SelectionPropertyWidget::Draw() { }