Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Method
Clear
Source/Engine/AI/BehaviorTree.cpp:41–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void BehaviorTreeGraph::Clear()
42
{
43
VisjectGraph<BehaviorTreeGraphNode>::Clear();
44
45
Root = nullptr;
46
NodesCount = 0;
47
NodesStatesSize = 0;
48
}
49
50
bool BehaviorTreeGraph::onNodeLoaded(Node* n)
51
{
Callers
8
FreeMemory
Method · 0.45
Execute
Method · 0.45
Deserialize
Method · 0.45
Update
Method · 0.45
unload
Method · 0.45
Setup
Method · 0.45
unload
Method · 0.45
Base_Init
Method · 0.45
Calls
1
Clear
Function · 0.50
Tested by
no test coverage detected