MCPcopy 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
66void NavLink::OnEnable()
67{
68 GetScene()->Navigation.Actors.Add(this);
69
70 Actor::OnEnable();
71}
72
73void NavLink::OnDisable()
74{

Callers

nothing calls this directly

Calls 3

GetSceneFunction · 0.85
OnEnableFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected