2026-04-27 18:45:31 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
2026-04-27 19:16:08 +08:00
|
|
|
#include "EnvironmentFlags.h"
|
2026-04-27 18:45:31 +08:00
|
|
|
|
|
|
|
|
namespace XCEngine::UI::Editor::App {
|
|
|
|
|
|
|
|
|
|
inline bool IsEditorWindowVerboseRuntimeTraceEnabled() {
|
|
|
|
|
return IsEnvironmentFlagEnabled("XCUIEDITOR_VERBOSE_TRACE");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} // namespace XCEngine::UI::Editor::App
|