Files
XCEngine/editor/app/Windowing/EditorWindowDiagnostics.h

12 lines
258 B
C++

#pragma once
#include "Support/EnvironmentFlags.h"
namespace XCEngine::UI::Editor::App {
inline bool IsEditorWindowVerboseRuntimeTraceEnabled() {
return IsEnvironmentFlagEnabled("XCUIEDITOR_VERBOSE_TRACE");
}
} // namespace XCEngine::UI::Editor::App