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

Method Job

Source/Engine/AI/Behavior.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37TaskGraphSystem* Behavior::System = nullptr;
38
39void BehaviorSystem::Job(int32 index)
40{
41 PROFILE_CPU_NAMED("Behavior.Job");
42 PROFILE_MEM(AI);
43 Behaviors[index]->UpdateAsync();
44}
45
46void BehaviorSystem::Execute(TaskGraph* graph)
47{

Callers 1

RunMethod · 0.45

Calls 1

UpdateAsyncMethod · 0.80

Tested by

no test coverage detected