ssdfasd
b0d0576763
Fix editor selection system: SelectionManager ID types and Scene lookup
- SelectionManager now implements ISelectionManager interface with uint64_t IDs
- Remove SelectionManager/SceneManager circular dependency via EventBus
- Add Scene::FindByID() for proper ID-based entity lookup
- SceneManager::GetEntity() now uses FindByID instead of name-based Find
- Fix editor CMakeLists.txt XCEngine.lib path
- EventBus now thread-safe with shared_mutex
2026-03-25 17:51:15 +08:00
..
2026-03-25 17:51:15 +08:00
2026-03-25 17:51:15 +08:00
2026-03-24 16:14:05 +08:00
2026-03-23 21:55:34 +08:00
2026-03-25 12:56:51 +08:00