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

Method AddSystem

Source/Engine/Threading/TaskGraph.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void TaskGraph::AddSystem(TaskGraphSystem* system)
70{
71 PROFILE_MEM(Engine);
72 _systems.Add(system);
73}
74
75void TaskGraph::RemoveSystem(TaskGraphSystem* system)
76{

Callers 6

InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected