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

Method EngineService

Source/Engine/Engine/EngineService.cpp:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67EngineService::EngineService(const Char* name, int32 order)
68{
69 Name = name;
70 Order = order;
71
72 auto& services = GetServices();
73 services.Add(this);
74 if (services.First()->IsInitialized)
75 Sort();
76}
77
78bool EngineService::Init()
79{

Callers

nothing calls this directly

Calls 2

AddMethod · 0.45
FirstMethod · 0.45

Tested by

no test coverage detected