MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnLateUpdate

Method OnLateUpdate

Source/Engine/Engine/Engine.cpp:366–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void Engine::OnLateUpdate()
367{
368 PROFILE_CPU_NAMED("Late Update");
369
370 // Call event
371 LateUpdate();
372
373 // Update services
374 EngineService::OnLateUpdate();
375}
376
377void Engine::OnDraw()
378{

Callers 1

TickScriptsMethod · 0.80

Calls 1

OnLateUpdateFunction · 0.85

Tested by

no test coverage detected