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

Method Init

Source/Engine/AI/Behavior.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool BehaviorService::Init()
61{
62 PROFILE_MEM(AI);
63 Behavior::System = New<BehaviorSystem>();
64 Engine::UpdateGraph->AddSystem(Behavior::System);
65 return false;
66}
67
68void BehaviorService::Dispose()
69{

Callers 1

SetupMethod · 0.45

Calls 1

AddSystemMethod · 0.80

Tested by

no test coverage detected