MCPcopy 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
57void NavModifierVolume::OnDisable()
58{
59 BoxVolume::OnDisable();
60
61 GetScene()->Navigation.Actors.Remove(this);
62}
63
64void NavModifierVolume::OnBoundsChanged(const BoundingBox& prevBounds)
65{

Callers

nothing calls this directly

Calls 3

GetSceneFunction · 0.85
OnDisableFunction · 0.50
RemoveMethod · 0.45

Tested by

no test coverage detected