MCPcopy 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
73void NavLink::OnDisable()
74{
75 Actor::OnDisable();
76
77 GetScene()->Navigation.Actors.Remove(this);
78}
79
80void NavLink::OnTransformChanged()
81{

Callers

nothing calls this directly

Calls 3

GetSceneFunction · 0.85
OnDisableFunction · 0.50
RemoveMethod · 0.45

Tested by

no test coverage detected