ADD: game API docs

This commit is contained in:
2025-11-28 13:25:19 +09:00
parent 67ab04f798
commit 217467a1fe
3 changed files with 251 additions and 3 deletions

View File

@@ -174,6 +174,9 @@ public:
// Debug: draw mesh BVH boxes for last pick
bool _debugDrawBVH = false;
// Last click selection (CPU ray or ID-buffer). Useful for game/editor code.
const PickInfo &get_last_pick() const { return _lastPick; }
// Debug: persistent pass enable overrides (by pass name)
std::unordered_map<std::string, bool> _rgPassToggles;