Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ ShouldReactToEvent
Method
ShouldReactToEvent
ZEngine/src/GraphicScene.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
bool GraphicScene::ShouldReactToEvent() const {
71
return m_should_react_to_event;
72
}
73
74
void GraphicScene::Update(Core::TimeStep dt) {
75
m_entity_registry->view<CameraComponent>().each([&dt, this](CameraComponent& component) {
Callers
1
OnEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected