Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnDisable
Method
OnDisable
Source/Engine/Navigation/NavLink.cpp:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void NavLink::OnDisable()
74
{
75
Actor::OnDisable();
76
77
GetScene()->Navigation.Actors.Remove(this);
78
}
79
80
void NavLink::OnTransformChanged()
81
{
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