Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
bool BehaviorService::Init()
61
{
62
PROFILE_MEM(AI);
63
Behavior::System = New<BehaviorSystem>();
64
Engine::UpdateGraph->AddSystem(Behavior::System);
65
return false;
66
}
67
68
void BehaviorService::Dispose()
69
{
Callers
1
Setup
Method · 0.45
Calls
1
AddSystem
Method · 0.80
Tested by
no test coverage detected