MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnEnable

Method OnEnable

Source/Engine/Navigation/NavModifierVolume.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void NavModifierVolume::OnEnable()
51{
52 GetScene()->Navigation.Actors.Add(this);
53
54 BoxVolume::OnEnable();
55}
56
57void NavModifierVolume::OnDisable()
58{

Callers

nothing calls this directly

Calls 3

GetSceneFunction · 0.85
OnEnableFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected