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

Method Tick

Source/Engine/Platform/iOS/iOSPlatform.cpp:577–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void iOSPlatform::Tick()
578{
579 // Invoke callbacks
580 MainThreadPipeline.Run();
581
582 ApplePlatform::Tick();
583}
584
585BatteryInfo iOSPlatform::GetBatteryInfo()
586{

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected