Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ StepSync
Method
StepSync
Source/Engine/Level/Level.cpp:1070–1076 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1068
}
1069
1070
bool TimeSlicer::StepSync()
1071
{
1072
Index++;
1073
double time = Platform::GetTimeSeconds();
1074
double dt = time - StartTime;
1075
return dt >= TimeBudget;
1076
}
1077
1078
SceneResult TimeSlicer::End()
1079
{
Callers
1
OnDeserialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected