Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnEnable
Method
OnEnable
Source/Engine/Navigation/NavLink.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void NavLink::OnEnable()
67
{
68
GetScene()->Navigation.Actors.Add(this);
69
70
Actor::OnEnable();
71
}
72
73
void NavLink::OnDisable()
74
{
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