Refine editor window architecture
This commit is contained in:
@@ -18,6 +18,18 @@ EditorUtilityWindowContentController::EditorUtilityWindowContentController(
|
||||
|
||||
EditorUtilityWindowContentController::~EditorUtilityWindowContentController() = default;
|
||||
|
||||
EditorWindowContentCapabilities
|
||||
EditorUtilityWindowContentController::GetCapabilities() const {
|
||||
return EditorWindowContentCapabilities{
|
||||
.workspace = false,
|
||||
.dockHost = false,
|
||||
.inputFeedback = false,
|
||||
.titleBar = false,
|
||||
.viewportRendering = false,
|
||||
.utilityPanel = true,
|
||||
};
|
||||
}
|
||||
|
||||
void EditorUtilityWindowContentController::Shutdown() {
|
||||
if (m_panel != nullptr) {
|
||||
m_panel->ResetInteractionState();
|
||||
|
||||
Reference in New Issue
Block a user