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

12 lines
250 B
C++

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