Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
577
void iOSPlatform::Tick()
578
{
579
// Invoke callbacks
580
MainThreadPipeline.Run();
581
582
ApplePlatform::Tick();
583
}
584
585
BatteryInfo iOSPlatform::GetBatteryInfo()
586
{
Callers
nothing calls this directly
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected