MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetRegistry

Method GetRegistry

ZEngine/src/GraphicScene.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 Ref<entt::registry> GraphicScene::GetRegistry() const {
48 return m_entity_registry;
49 }
50
51 bool GraphicScene::OnEvent(Event::CoreEvent& e) {
52 m_entity_registry->view<CameraComponent>().each([&](CameraComponent& component) {

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected