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

Method End

Source/Engine/Level/Level.cpp:1078–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076}
1077
1078SceneResult TimeSlicer::End()
1079{
1080 if (Index >= Count)
1081 {
1082 // Finished
1083 *this = TimeSlicer();
1084 return SceneResult::Success;
1085 }
1086
1087 return SceneResult::Wait;
1088}
1089
1090SceneResult SceneLoader::Tick(Args& args)
1091{

Callers 15

ResolveObjectFunction · 0.45
SendRpcFunction · 0.45
FindObjectsForSpawnFunction · 0.45
RemoveObjectMethod · 0.45
SpawnObjectMethod · 0.45
DespawnObjectMethod · 0.45
HasObjectMethod · 0.45
GetObjectRoleMethod · 0.45
SetObjectOwnershipMethod · 0.45
DirtyObjectMethod · 0.45

Calls 1

TimeSlicerClass · 0.85

Tested by

no test coverage detected