Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnEnable
Method
OnEnable
Source/Engine/Navigation/NavModifierVolume.cpp:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void NavModifierVolume::OnEnable()
51
{
52
GetScene()->Navigation.Actors.Add(this);
53
54
BoxVolume::OnEnable();
55
}
56
57
void NavModifierVolume::OnDisable()
58
{
Callers
nothing calls this directly
Calls
3
GetScene
Function · 0.85
OnEnable
Function · 0.85
Add
Method · 0.45
Tested by
no test coverage detected