Merge ScreenUtilities into Platform for simplicity and make it Editor-only

#2800
This commit is contained in:
2026-02-11 17:59:11 +01:00
parent 273b110db4
commit 019a9f6089
18 changed files with 264 additions and 417 deletions
@@ -90,6 +90,10 @@ public:
static Array<StackFrame, HeapAllocation> GetStackFrames(int32 skipCount = 0, int32 maxDepth = 60, void* context = nullptr);
static void CollectCrashData(const String& crashDataFolder, void* context = nullptr);
#endif
#if USE_EDITOR
static Color32 GetScreenColorAt(const Float2& pos);
static void PickScreenColor();
#endif
};
#endif