MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / LateUpdate

Method LateUpdate

Sources/OvCore/src/OvCore/SceneSystem/Scene.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void OvCore::SceneSystem::Scene::LateUpdate(float p_deltaTime)
149{
150 ZoneScoped;
151 auto actors = m_actors;
152 std::for_each(actors.begin(), actors.end(), std::bind(std::mem_fn(&ECS::Actor::OnLateUpdate), std::placeholders::_1, p_deltaTime));
153}
154
155OvCore::ECS::Actor& OvCore::SceneSystem::Scene::CreateActor()
156{

Callers 2

UpdatePlayModeMethod · 0.80
UpdateMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected