git mv Code\Sandbox\Plugins Code/Editor/Plugins
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
#
|
||||
# Copyright (c) Contributors to the Open 3D Engine Project
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
#
|
||||
#
|
||||
|
||||
set(FILES
|
||||
dllmain.cpp
|
||||
ComponentEntityEditorPlugin.h
|
||||
ComponentEntityEditorPlugin.cpp
|
||||
SandboxIntegration.h
|
||||
SandboxIntegration.cpp
|
||||
ComponentEntityEditorPlugin_precompiled.h
|
||||
UI/ComponentEntityEditorOutlinerWindow.qrc
|
||||
UI/QComponentEntityEditorMainWindow.h
|
||||
UI/QComponentEntityEditorMainWindow.cpp
|
||||
UI/QComponentLevelEntityEditorMainWindow.h
|
||||
UI/QComponentLevelEntityEditorMainWindow.cpp
|
||||
UI/QComponentEntityEditorOutlinerWindow.h
|
||||
UI/QComponentEntityEditorOutlinerWindow.cpp
|
||||
UI/AssetCatalogModel.h
|
||||
UI/AssetCatalogModel.cpp
|
||||
UI/ComponentPalette/CategoriesList.h
|
||||
UI/ComponentPalette/CategoriesList.cpp
|
||||
UI/ComponentPalette/ComponentDataModel.h
|
||||
UI/ComponentPalette/ComponentDataModel.cpp
|
||||
UI/ComponentPalette/ComponentPaletteSettings.h
|
||||
UI/ComponentPalette/ComponentPaletteWindow.h
|
||||
UI/ComponentPalette/ComponentPaletteWindow.cpp
|
||||
UI/ComponentPalette/FavoriteComponentList.h
|
||||
UI/ComponentPalette/FavoriteComponentList.cpp
|
||||
UI/ComponentPalette/FilteredComponentList.h
|
||||
UI/ComponentPalette/FilteredComponentList.cpp
|
||||
UI/ComponentPalette/InformationPanel.h
|
||||
UI/ComponentPalette/InformationPanel.cpp
|
||||
UI/Outliner/OutlinerDisplayOptionsMenu.h
|
||||
UI/Outliner/OutlinerDisplayOptionsMenu.cpp
|
||||
UI/Outliner/OutlinerTreeView.hxx
|
||||
UI/Outliner/OutlinerTreeView.cpp
|
||||
UI/Outliner/OutlinerWidget.hxx
|
||||
UI/Outliner/OutlinerWidget.cpp
|
||||
UI/Outliner/OutlinerCacheBus.h
|
||||
UI/Outliner/OutlinerListModel.hxx
|
||||
UI/Outliner/OutlinerListModel.cpp
|
||||
UI/Outliner/OutlinerSearchWidget.h
|
||||
UI/Outliner/OutlinerSearchWidget.cpp
|
||||
UI/Outliner/OutlinerSortFilterProxyModel.hxx
|
||||
UI/Outliner/OutlinerSortFilterProxyModel.cpp
|
||||
UI/Outliner/OutlinerWidget.ui
|
||||
UI/Outliner/resources.qrc
|
||||
UI/Outliner/EntityOutliner.qss
|
||||
Objects/ComponentEntityObject.h
|
||||
Objects/ComponentEntityObject.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user