Add scene debug layer toggles

This commit is contained in:
2026-06-09 15:25:56 +08:00
parent 0a59d20ffa
commit 3a19005bbf
7 changed files with 51 additions and 22 deletions
+1
View File
@@ -30,6 +30,7 @@ private:
frostbite2D::Camera* activeCamera() const;
std::vector<BattleZoneDebugInfo> buildBattleZoneDebugInfo() const;
void configureCamera();
bool handleDebugKey(frostbite2D::KeyCode keyCode);
void toggleDebugOverlay();
void beginCameraBoundsBlend(const frostbite2D::Rect& targetBounds);
void clearActiveBattleZone();