Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnDisable
Method
OnDisable
Source/Engine/Navigation/NavModifierVolume.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void NavModifierVolume::OnDisable()
58
{
59
BoxVolume::OnDisable();
60
61
GetScene()->Navigation.Actors.Remove(this);
62
}
63
64
void NavModifierVolume::OnBoundsChanged(const BoundingBox& prevBounds)
65
{
Callers
nothing calls this directly
Calls
3
GetScene
Function · 0.85
OnDisable
Function · 0.50
Remove
Method · 0.45
Tested by
no test coverage detected