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

Method Sort

Source/Engine/Engine/EngineService.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void EngineService::Sort()
62{
63 auto& services = GetServices();
64 Sorting::QuickSort(services.Get(), services.Count(), &CompareEngineServices);
65}
66
67EngineService::EngineService(const Char* name, int32 order)
68{

Callers 15

DrawEmittersGPUFunction · 0.45
SortCanvasesMethod · 0.45
SortChildrenMethod · 0.45
CreateLinearListFromTreeFunction · 0.45
InitMethod · 0.45
RegisterModuleMethod · 0.45
ArrangeModulesNodesMethod · 0.45
DistributeNodesMethod · 0.45
InitGraphParametersMethod · 0.45
ParentActorsActionMethod · 0.45
DrawSelfMethod · 0.45

Calls 3

QuickSortFunction · 0.50
GetMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected